summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/live_wallpaper_content.xml17
-rw-r--r--res/values/strings.xml2
2 files changed, 10 insertions, 9 deletions
diff --git a/res/layout/live_wallpaper_content.xml b/res/layout/live_wallpaper_content.xml
index 4dc6dbc..94864c0 100644
--- a/res/layout/live_wallpaper_content.xml
+++ b/res/layout/live_wallpaper_content.xml
@@ -50,21 +50,22 @@
<LinearLayout
android:orientation="horizontal"
- android:layout_width="fill_parent"
+ android:layout_gravity="center"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content">
-
- <Button android:id="@+id/configure"
- android:layout_width="0px"
+
+ <Button android:id="@+id/set"
+ android:layout_width="160dip"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:text="@string/configure_wallpaper"
+ android:text="@string/wallpaper_instructions"
android:layout_gravity="center" />
- <Button android:id="@+id/set"
- android:layout_width="0px"
+ <Button android:id="@+id/configure"
+ android:layout_width="160dip"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:text="@string/wallpaper_instructions"
+ android:text="@string/configure_wallpaper"
android:layout_gravity="center" />
</LinearLayout>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3a51485..190bb19 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -26,7 +26,7 @@
for the system. -->
<string name="live_wallpaper_picker_title">Live wallpaper</string>
<!-- List item for configuring the current wallpaper -->
- <string name="configure_wallpaper">Configure...</string>
+ <string name="configure_wallpaper">Settingsā€¦</string>
<!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper -->
<string name="wallpaper_instructions">Set wallpaper</string>
<!-- Warning message, no live wallpapers available. -->