Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -4,7 +4,8 @@ | ... | @@ -4,7 +4,8 @@ |
| 4 | xmlns:app="http://schemas.android.com/apk/res-auto" | 4 | xmlns:app="http://schemas.android.com/apk/res-auto" |
| 5 | xmlns:tools="http://schemas.android.com/tools" | 5 | xmlns:tools="http://schemas.android.com/tools" |
| 6 | android:layout_width="match_parent" | 6 | android:layout_width="match_parent" |
| 7 | - android:layout_height="match_parent"> | 7 | + android:layout_height="match_parent" |
| 8 | + android:background="@android:color/white"> | ||
| 8 | 9 | ||
| 9 | <RelativeLayout | 10 | <RelativeLayout |
| 10 | android:layout_width="match_parent" | 11 | android:layout_width="match_parent" | ... | ... |
-
Please register or login to post a comment