summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/time_dialog.xml6
-rw-r--r--res/values/strings.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/time_dialog.xml b/res/layout/time_dialog.xml
index 67ce498cb..20237e6b2 100644
--- a/res/layout/time_dialog.xml
+++ b/res/layout/time_dialog.xml
@@ -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>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 02f50042b..cd8d8bf35 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -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> \ No newline at end of file