mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Minor stylistic fixes
This commit is contained in:
parent
0cb11284ff
commit
ea6da19d3c
4 changed files with 9 additions and 4 deletions
|
|
@ -3,7 +3,9 @@
|
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
android:layout_height="fill_parent"
|
||||
android:background="#000000"
|
||||
>
|
||||
<GridView android:id="@+id/contributionsList"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_width="fill_parent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue