OSDN Git Service

レイアウトを見直し(途中)。
[gokigen/JoggingTimer.git] / wear / src / main / res / layout-round / activity_list.xml
diff --git a/wear/src/main/res/layout-round/activity_list.xml b/wear/src/main/res/layout-round/activity_list.xml
deleted file mode 100644 (file)
index 5669be0..0000000
+++ /dev/null
@@ -1,52 +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">
-
-    <androidx.wear.widget.BoxInsetLayout
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:id="@+id/time_list"
-        android:orientation="vertical"
-        android:scrollbarAlwaysDrawVerticalTrack="true">
-        <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="gone"
-            />
-        <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>
-    </androidx.wear.widget.BoxInsetLayout>
-
-    <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>