OSDN Git Service

新UI搭載に向けて準備。
[gokigen/JoggingTimer.git] / wear / src / main / res / layout / activity_list.xml
diff --git a/wear/src/main/res/layout/activity_list.xml b/wear/src/main/res/layout/activity_list.xml
deleted file mode 100644 (file)
index 425154f..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<androidx.wear.widget.drawer.WearableDrawerLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:id="@+id/list_drawer_layout"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:background="@color/black"
-    android:layoutMode="clipBounds"
-    tools:context="net.osdn.gokigen.joggingtimer.recordlist.ListActivity">
-
-    <LinearLayout
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:id="@+id/time_list"
-        android:orientation="vertical"
-        android:layout_marginStart="@dimen/list_layout_margin"
-        android:layout_marginEnd="@dimen/list_layout_margin"
-        android:scrollbarAlwaysDrawVerticalTrack="true">
-
-        <TextClock
-            android:id="@+id/list_time_area"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:layout_gravity="bottom"
-            android:text="@string/clock_dummy"
-            android:format24Hour="HH:mm"
-            android:format12Hour="HH:mm"
-            android:background="@color/background_color"
-            android:textColor="@android:color/white"
-            android:textSize="14sp"
-            android:minHeight="22dp"
-            android:visibility="visible"
-            android:gravity="center"
-            />
-        <TextView
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:id="@+id/list_title_area"
-            android:text="@string/result_list"
-            android:textAlignment="center"
-            android:clickable="true"
-            android:focusable="true"
-            android:visibility="visible"
-            />
-        <androidx.wear.widget.WearableRecyclerView
-            android:id="@+id/recycler_list_view"
-            android:layout_width="match_parent"
-            android:layout_height="match_parent"
-            android:clipChildren="true"
-            android:clipToPadding="true"
-            android:paddingTop="@dimen/list_top_padding"
-            android:paddingBottom="@dimen/list_bottom_padding"
-            android:paddingStart="@dimen/list_start_padding"
-            android:paddingEnd="@dimen/list_end_padding"
-            android:scrollbars="vertical"
-            >
-        </androidx.wear.widget.WearableRecyclerView>
-
-    </LinearLayout>
-
-    <androidx.wear.widget.drawer.WearableNavigationDrawerView
-        android:id="@+id/list_top_navigation_drawer"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:background="@color/grey"
-        android:visibility="visible"
-        app:navigationStyle="singlePage" />
-
-
-</androidx.wear.widget.drawer.WearableDrawerLayout>
\ No newline at end of file