1b76962f86146e2c20af7ceca63d46095b2c7124
[iec.git] / src / type3_AndroidCloud / anbox-master / android / appmgr / res / layout / app_view.xml
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent"
5     android:paddingLeft="@dimen/activity_horizontal_margin"
6     android:paddingRight="@dimen/activity_horizontal_margin"
7     android:paddingTop="@dimen/activity_vertical_margin"
8     android:paddingBottom="@dimen/activity_vertical_margin"
9     tools:context=".AppViewActivity">
10
11     <fragment
12             android:layout_width="match_parent"
13             android:layout_height="match_parent"
14             android:name="org.anbox.appmgr.AppsGridFragment"
15             android:id="@+id/apps_grid" />
16
17 </RelativeLayout>