summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2013-12-16 07:32:42 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2013-12-16 07:32:42 -0800
commit8f2f71efa7ed4e8f8f7a82bcf10c3b70341f918c (patch)
treeb10cec4f6745f06a169c7142cb30b9f1aba3de16
parenta8d2b889238deff6e815cc9d9f5cfa9f66d5425b (diff)
parentc28cd17dec4eba8a5ad09e60566195eb8f379bc3 (diff)
downloadandroid_packages_apps_Snap-8f2f71efa7ed4e8f8f7a82bcf10c3b70341f918c.tar.gz
android_packages_apps_Snap-8f2f71efa7ed4e8f8f7a82bcf10c3b70341f918c.tar.bz2
android_packages_apps_Snap-8f2f71efa7ed4e8f8f7a82bcf10c3b70341f918c.zip
Merge "Camera: Set the width dynamic to parent from fixed 400px"
-rw-r--r--res/layout/photo_module.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index 5d00da102..0c661466a 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -75,7 +75,8 @@
<TableRow> <SeekBar
android:id="@+id/skintoneseek"
android:layout_below="@+id/skintonetitle"
- android:layout_width="400px"
+ android:layout_width="match_parent"
+ android:maxWidth="400px"
android:layout_height="33dip"
android:layout_marginLeft="25px"
android:layout_marginTop="2dip"/>