OSDN Git Service

とりあえず、APIレベルの引き上げと Android Jetpack化。
[gokigen/JoggingTimer.git] / wear / src / main / res / layout-round / column_detail.xml
index d83c8b3..9e75c21 100644 (file)
@@ -8,7 +8,7 @@
     android:paddingTop="@dimen/header_top_padding"
     android:paddingBottom="@dimen/header_bottom_padding"
     >
-    <TextView xmlns:android="http://schemas.android.com/apk/res/android"
+    <TextView
         android:id="@+id/detail_lap_count"
         android:layout_width="24dp"
         android:layout_height="24dp"
         android:tint="@color/white"
         android:tag="icon0"
         />
-    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    <LinearLayout
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:orientation="vertical"
         android:id="@+id/detail_list"
         >
-        <TextView xmlns:android="http://schemas.android.com/apk/res/android"
+        <TextView
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:textStyle="normal"
@@ -39,7 +39,7 @@
             android:tag="main0"
             android:id="@+id/label1"
             />
-        <TextView xmlns:android="http://schemas.android.com/apk/res/android"
+        <TextView
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:textSize="8pt"