Implemented sleep timer menu item + fixed problems with dialog

This commit is contained in:
daniel oeh
2012-07-27 14:59:01 +02:00
parent 791acc935c
commit e23c1a0143
5 changed files with 90 additions and 30 deletions

View File

@ -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>

View File

@ -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>