checkey / res / layout / activity_main.xml @ 2fa4f15e
History | View | Annotate | Download (437 Bytes)
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 |
|
6 |
<fragment
|
7 |
android:id="@+id/fragment_app_list" |
8 |
android:layout_width="fill_parent" |
9 |
android:layout_height="fill_parent" |
10 |
class="info.guardianproject.checkey.AppListFragment" /> |
11 |
|
12 |
</RelativeLayout>
|