Remove hardcoded color in layouts

This commit is contained in:
Bella Mangunsong 2017-12-15 17:04:12 +11:00
parent eaea0d2682
commit b55ec5bae3
2 changed files with 2 additions and 4 deletions

View File

@ -34,8 +34,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:textColor="#000" />
android:layout_alignParentTop="true" />
</RelativeLayout>
<!-- A set of test buttons. -->
<ScrollView

View File

@ -18,5 +18,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="@string/swipe"
android:textColor="@android:color/white" />
android:text="@string/swipe" />