extract color

This commit is contained in:
houxg
2017-02-21 18:13:13 +08:00
parent 399cf2a654
commit 4eea3edf4d
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#fff"
android:background="@color/white"
android:orientation="vertical">
<include layout="@layout/toolbar" />

View File

@@ -18,7 +18,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:background="#fff"
android:background="@color/white"
android:gravity="center_vertical|end"
android:paddingEnd="16dp"
android:paddingStart="16dp"

View File

@@ -87,7 +87,7 @@
android:paddingStart="4dp"
android:paddingTop="2dp"
android:text="@string/changed"
android:textColor="#fff"
android:textColor="@color/white"
android:textSize="12sp" />
<TextView

View File

@@ -81,7 +81,7 @@
android:paddingStart="4dp"
android:paddingTop="2dp"
android:text="@string/changed"
android:textColor="#fff"
android:textColor="@color/white"
android:textSize="12sp" />
<TextView

View File

@@ -49,7 +49,7 @@
android:paddingStart="4dp"
android:paddingTop="2dp"
android:text="@string/changed"
android:textColor="#fff"
android:textColor="@color/white"
android:textSize="12sp" />
<TextView