mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
Remove hardcoded color in layouts
This commit is contained in:
parent
eaea0d2682
commit
b55ec5bae3
@ -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
|
||||
|
||||
@ -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" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user