1 Commits

Author SHA1 Message Date
99c7e5f94d LunaEvent: add sleep event 2025-11-14 22:00:05 +01:00

View File

@@ -1,57 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:gravity="center"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_marginTop="20dp"
android:orientation="horizontal">
<TextView
android:layout_width="40sp"
android:layout_height="wrap_content"
android:layout_marginEnd="10dp"
android:text="From"/>
<TextView
android:id="@+id/dialog_date_from"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_marginTop="20dp"
android:orientation="horizontal">
<TextView
android:layout_width="40sp"
android:layout_height="wrap_content"
android:layout_marginEnd="10dp"
android:text="To"/>
<TextView
android:id="@+id/dialog_date_to"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>
<TextView
android:id="@+id/dialog_date_duration"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:text="0"/>
</LinearLayout>