diff options
author | Romain Guy <romainguy@android.com> | 2009-11-13 19:40:33 -0800 |
---|---|---|
committer | Romain Guy <romainguy@android.com> | 2009-11-13 19:40:33 -0800 |
commit | 2c0a7aeb9fe9532adb0834ec971e9f518d0dfe97 (patch) | |
tree | 69e495bc98527660cd10abea4890abaddbb8d198 /res/layout-port/launcher.xml | |
parent | 4b42cd851a5467edb95c95192bd37c1168e8c899 (diff) | |
download | packages_apps_trebuchet-2c0a7aeb9fe9532adb0834ec971e9f518d0dfe97.zip packages_apps_trebuchet-2c0a7aeb9fe9532adb0834ec971e9f518d0dfe97.tar.gz packages_apps_trebuchet-2c0a7aeb9fe9532adb0834ec971e9f518d0dfe97.tar.bz2 |
Updated assets for Home.
Change-Id: I9aaf24d2ce0ef3333e969dcecd654459c80925ec
Diffstat (limited to 'res/layout-port/launcher.xml')
-rw-r--r-- | res/layout-port/launcher.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index e5fb6fb..001f3e3 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -52,7 +52,7 @@ <ImageView android:id="@+id/previous_screen" - android:layout_width="53dip" + android:layout_width="93dip" android:layout_height="@dimen/button_bar_height" android:layout_gravity="bottom|left" android:layout_marginLeft="6dip" @@ -66,7 +66,7 @@ <ImageView android:id="@+id/next_screen" - android:layout_width="53dip" + android:layout_width="93dip" android:layout_height="@dimen/button_bar_height" android:layout_gravity="bottom|right" android:layout_marginRight="6dip" |