mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Implemented sleep timer menu item + fixed problems with dialog
This commit is contained in:
@ -11,8 +11,9 @@
|
||||
|
||||
<EditText
|
||||
android:id="@+id/etxtTime"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:layout_margin="8dp"
|
||||
android:ems="10"
|
||||
android:hint="@string/enter_time_here_label"
|
||||
@ -24,10 +25,9 @@
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/spTimeUnit"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_marginTop="8dp" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@ -155,7 +155,7 @@
|
||||
<string name="opml_export_success_sum">The .opml file was written to:\u0020</string>
|
||||
<string name="set_sleeptimer_label">Set sleep timer</string>
|
||||
<string name="disable_sleeptimer_label">Disable sleep timer</string>
|
||||
<string name="enter_time_here_label">Enter time here</string>
|
||||
<string name="enter_time_here_label">Enter time</string>
|
||||
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user