mirror of
https://github.com/leanote/leanote-android.git
synced 2026-01-13 07:03:54 +08:00
extract color
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user