2017-01-26 17:18:43 +01:00
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-06-15 19:56:34 +02:00
|
|
|
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">
|
2017-03-31 18:17:53 +02:00
|
|
|
|
|
|
|
<android.support.v7.widget.RecyclerView
|
2017-04-01 17:06:38 +02:00
|
|
|
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" />
|
2017-01-26 17:18:43 +01:00
|
|
|
</RelativeLayout>
|