Changed ListView to GridView for admin welcome page

This commit is contained in:
Mary Tran 2018-10-22 23:09:55 -04:00
parent c91d38cf18
commit 4fe5b70d6e
2 changed files with 11 additions and 18 deletions

View file

@ -30,20 +30,15 @@
android:layout_height="match_parent"
android:orientation="horizontal">
<ListView
<GridView
android:id="@+id/Users"
android:layout_width="fill_parent"
android:layout_weight="1"
android:layout_height="match_parent"
android:numColumns="2"
android:textColor="@android:color/white"
android:textSize="15sp" />
<ListView
android:id="@+id/Types"
android:layout_width="fill_parent"
android:layout_weight="1"
android:layout_height="match_parent"
android:textColor="@android:color/white"
android:textSize="15sp" />
</LinearLayout>
</LinearLayout>