OSDN Git Service

レイアウトの見直し。(その2)
[gokigen/JoggingTimer.git] / wear / src / main / res / layout / icon_list.xml
index ed2bdbf..6e8d3a9 100644 (file)
@@ -1,19 +1,19 @@
 <?xml version="1.0" encoding="utf-8"?>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
     android:id="@+id/icon_list_layout"
     android:orientation="horizontal"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
     android:padding="@dimen/icon_list_padding"
-    android:background="@color/white"
+    android:background="@color/background_color"
     >
     <TextView android:id="@+id/selection_icon"
         android:layout_width="fill_parent"
         android:layout_height="fill_parent"
         android:contentDescription="@string/blank"
-        android:drawableTint="@color/black"
-        android:foregroundTint="@color/black"
-        android:drawableEnd="@drawable/ic_build_black_24dp"
+        android:foregroundTint="@color/white"
         android:layout_marginEnd="4dp"
-        />
+        app:drawableEndCompat="@drawable/ic_build_black_24dp"
+        app:drawableTint="@color/white" />
 </LinearLayout>