summaryrefslogtreecommitdiffstats
path: root/res/layout/photoeditor_actionbar.xml
diff options
context:
space:
mode:
authorYuli Huang <yuli@google.com>2011-10-06 18:11:50 +0800
committerYuli Huang <yuli@google.com>2011-10-06 18:11:50 +0800
commit8296cb6e9e884a018283f8fe55f08d4f1668cebe (patch)
treebbb2b8d07f692587958c3921867138122824ad5f /res/layout/photoeditor_actionbar.xml
parent42bd74425f0f9d9a5dad6e8eeb5b2a37aa8f6a8e (diff)
downloadandroid_packages_apps_Snap-8296cb6e9e884a018283f8fe55f08d4f1668cebe.tar.gz
android_packages_apps_Snap-8296cb6e9e884a018283f8fe55f08d4f1668cebe.tar.bz2
android_packages_apps_Snap-8296cb6e9e884a018283f8fe55f08d4f1668cebe.zip
Replace slider assets and fix save-share-button height.
1. Use the same slider asset for both fill-light and highlights. 2. Update slider assets and dimensions. 3. Fix save-share-button height didn't fill action-bar. Change-Id: I6b3a735c8f745084b89b1d6a035c7ed9bd4ff287
Diffstat (limited to 'res/layout/photoeditor_actionbar.xml')
-rw-r--r--res/layout/photoeditor_actionbar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/photoeditor_actionbar.xml b/res/layout/photoeditor_actionbar.xml
index 40c18d828..2437611a2 100644
--- a/res/layout/photoeditor_actionbar.xml
+++ b/res/layout/photoeditor_actionbar.xml
@@ -48,7 +48,7 @@
<ViewSwitcher
android:id="@+id/save_share_buttons"
android:layout_width="wrap_content"
- android:layout_height="wrap_content">
+ android:layout_height="fill_parent">
<Button
android:id="@+id/save_button"
style="@style/TextActionButton"