Files
Gadgetbridge/app/src/main/res/layout/activity_qhybrid_apps_notifications.xml
T

13 lines
429 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/qhybridMain"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="5dp">
<ListView
android:id="@+id/qhybrid_appList"
android:layout_width="wrap_content"
android:layout_height="match_parent" />
</RelativeLayout>