summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_module.xml
diff options
context:
space:
mode:
authorSuman Mukherjee <sumam@codeaurora.org>2013-12-12 12:04:04 +0530
committerSuman Mukherjee <sumam@codeaurora.org>2013-12-12 12:04:04 +0530
commitc28cd17dec4eba8a5ad09e60566195eb8f379bc3 (patch)
treeb9160c1f579d8437fa6ebbac0f2d6e3263ed0f63 /res/layout/photo_module.xml
parent25aaadd8632e05faba0d1c267bde8913e3554f4a (diff)
downloadandroid_packages_apps_Snap-c28cd17dec4eba8a5ad09e60566195eb8f379bc3.tar.gz
android_packages_apps_Snap-c28cd17dec4eba8a5ad09e60566195eb8f379bc3.tar.bz2
android_packages_apps_Snap-c28cd17dec4eba8a5ad09e60566195eb8f379bc3.zip
Camera: Set the width dynamic to parent from fixed 400px
Width of the seekbar was 400px and that caused overflow for the rightmost text value. Set the width match_parent so that it'll change dynmaically with the text window. Change-Id: I51069d4c5687e72516bc4a5afc59f9f3ae6f8e88 CRs-fixed: 582325
Diffstat (limited to 'res/layout/photo_module.xml')
-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"/>