summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-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"/>