mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-12 18:06:47 +01:00
"Optimize imports" has been run on all source files, there might be unrelated changes, but these should be harmless.
15 lines
634 B
XML
15 lines
634 B
XML
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:context="nodomain.freeyourgadget.gadgetbridge.activities.appmanager.AbstractAppManagerFragment">
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/appListView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:divider="@null" />
|
|
</RelativeLayout>
|