|
|
|
@ -59,6 +59,7 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_alignParentStart="true"
|
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
|
android:text="@string/color"
|
|
|
|
|
android:textColor="?android:attr/textColorSecondary"
|
|
|
|
|
android:textSize="18sp" />
|
|
|
|
@ -68,12 +69,13 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_alignParentStart="true"
|
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
|
android:layout_below="@id/theme_label"
|
|
|
|
|
android:layout_marginTop="@dimen/keyline_first"
|
|
|
|
|
android:textColor="?android:attr/textColorPrimary"
|
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
|
|
|
|
|
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/clear"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|