summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2015-01-20 14:53:41 -0800
committerByunghun Jeon <bjeon@codeaurora.org>2015-01-26 12:34:49 -0800
commit9fa172008ae2c5c83f78f4809cd6430d36bb0287 (patch)
tree09fbb39bf9df588b49d63dade39fb949a1a110f2 /res/layout
parentcb55a7c4f4a4cda67fbb4d9c85eed46e2c40fa17 (diff)
downloadandroid_packages_apps_Snap-9fa172008ae2c5c83f78f4809cd6430d36bb0287.tar.gz
android_packages_apps_Snap-9fa172008ae2c5c83f78f4809cd6430d36bb0287.tar.bz2
android_packages_apps_Snap-9fa172008ae2c5c83f78f4809cd6430d36bb0287.zip
SnapdragonCamera: Add Portrait to scene mode
Add portrait option to scene mode Change-Id: I5c29e896734eab25e8f21adb142006081ea1c851 CRs-Fixed: 777753
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/photo_module.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index 9407e1af9..c6d895771 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -66,48 +66,6 @@
android:layout_height="200dip"
android:layout_marginTop="15dip"
android:layout_marginLeft="15dip" />
- <TableLayout
- android:id="@+id/relative_seek"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginTop="20px"
- android:layout_marginRight="20px"
- android:layout_marginLeft="20px"
- android:stretchColumns="1">
- <TableRow>
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:id="@+id/skintonetitle"
- android:layout_gravity="center"
- android:textSize="22.0sp"
- android:textStyle="bold" />
- </TableRow>
- <TableRow>
- <SeekBar
- android:id="@+id/skintoneseek"
- android:layout_below="@+id/skintonetitle"
- android:layout_width="match_parent"
- android:maxWidth="400px"
- android:layout_height="33dip"
- android:layout_marginLeft="25px"
- android:layout_marginTop="2dip"/>
- </TableRow>
- <TableRow>
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:id="@+id/skintoneleft"
- android:textSize="22.0sp"
- android:textStyle="bold" />
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:id="@+id/skintoneright"
- android:textSize="22.0sp"
- android:textStyle="bold"/>
- </TableRow>
- </TableLayout>
</RelativeLayout>
<ImageView
android:id="@+id/review_image"