tor-android/app/src/main/res/layout/layout_apps.xml

17 lines
496 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
android:duplicateParentState="true">
<GridView
android:id="@+id/applistview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:numColumns="3"
android:layout_alignParentTop="true" >
</GridView>
</RelativeLayout>