OSDN Git Service

レイアウトを見直し(途中)。
[gokigen/JoggingTimer.git] / wear / src / main / res / layout-round / icon_list.xml
diff --git a/wear/src/main/res/layout-round/icon_list.xml b/wear/src/main/res/layout-round/icon_list.xml
deleted file mode 100644 (file)
index fda6ebd..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    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"
-    >
-    <TextView android:id="@+id/selection_icon"
-        android:layout_width="fill_parent"
-        android:layout_height="fill_parent"
-        android:contentDescription="@string/blank"
-        android:foregroundTint="@color/black"
-        android:drawableTint="@color/black"
-        android:drawableEnd="@drawable/ic_build_black_24dp"
-        android:layout_marginEnd="6dp"
-        />
-</LinearLayout>