diff options
Diffstat (limited to 'tests/Split/res/layout/main.xml')
-rw-r--r-- | tests/Split/res/layout/main.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Split/res/layout/main.xml b/tests/Split/res/layout/main.xml index 607cdb0..5a33c86 100644 --- a/tests/Split/res/layout/main.xml +++ b/tests/Split/res/layout/main.xml @@ -21,5 +21,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" + android:colorAccent="#ffffffff" + android:paddingStart="13dp" android:src="@drawable/image"/> </RelativeLayout> |