summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2012-11-15 18:19:27 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-15 18:19:27 -0800
commit5385c92326c90159408152ea7892e3c0306ec48f (patch)
tree641ee2952c95290c948691a1a4d274f3a160d9e6 /res
parent70f33242215c5c3bd3b7415370971464af17a0c2 (diff)
parenta9a7afe6ce2f8214e10eb71e16678728daa4ab2f (diff)
downloadCamera-5385c92326c90159408152ea7892e3c0306ec48f.tar.gz
am a9a7afe6: Remove the horizontal line in pano portrait
* commit 'a9a7afe6ce2f8214e10eb71e16678728daa4ab2f': Remove the horizontal line in pano portrait
Diffstat (limited to 'res')
-rw-r--r--res/layout-port/preview_frame_pano.xml2
-rw-r--r--res/values-port/styles.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-port/preview_frame_pano.xml b/res/layout-port/preview_frame_pano.xml
index b721af9c..09d7899e 100644
--- a/res/layout-port/preview_frame_pano.xml
+++ b/res/layout-port/preview_frame_pano.xml
@@ -38,7 +38,7 @@
android:visibility="invisible"
android:background="@drawable/ic_pan_border_fast"
android:layout_gravity="center"
- android:layout_weight="1.67"
+ android:layout_weight="2"
android:layout_width="match_parent"
android:layout_height="0dp" />
diff --git a/res/values-port/styles.xml b/res/values-port/styles.xml
index 1c2651d2..46871c62 100644
--- a/res/values-port/styles.xml
+++ b/res/values-port/styles.xml
@@ -52,7 +52,7 @@
<item name="android:alpha">1.0</item>
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">0dp</item>
- <item name="android:layout_weight">0.85</item>
+ <item name="android:layout_weight">1</item>
</style>
<style name="SettingPopupWindow_xlarge">
<item name="android:layout_width">wrap_content</item>