OSDN Git Service

レイアウトの見直し。(その2)
[gokigen/JoggingTimer.git] / wear / src / main / res / layout / column_list.xml
index e2bd464..a2726e9 100644 (file)
@@ -1,5 +1,6 @@
 <?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:layout_width="fill_parent"
     android:layout_height="wrap_content"
     android:orientation="horizontal"
@@ -19,9 +20,8 @@
         android:minWidth="18dp"
         android:layout_margin="4dp"
         android:contentDescription="@string/blank"
-        android:tint="@color/white"
         android:tag="icon"
-        />
+        app:tint="@color/white" />
     <LinearLayout
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"