summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2012-11-13 10:11:10 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-13 10:11:10 -0800
commitdbb9d9c8ff7501c30d1bdfd11ba89d23464c415d (patch)
treed2feaf845eb7d6f3351f19aa580be725add498f6 /res
parentb94ad600818d010f3e5309c711d3c9a32cb40e87 (diff)
parentfa5bb21e03fcf176582f486e9b4323d002796b40 (diff)
downloadCamera-dbb9d9c8ff7501c30d1bdfd11ba89d23464c415d.tar.gz
am fa5bb21e: Merge "Workaround for visible horizontal line in SRI pano" into gb-ub-photos-arches
* commit 'fa5bb21e03fcf176582f486e9b4323d002796b40': Workaround for visible horizontal line in SRI pano
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/preview_frame_pano.xml2
-rw-r--r--res/values-land/styles.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/preview_frame_pano.xml b/res/layout-land/preview_frame_pano.xml
index 7367182a..bd05f9a8 100644
--- a/res/layout-land/preview_frame_pano.xml
+++ b/res/layout-land/preview_frame_pano.xml
@@ -39,7 +39,7 @@
android:visibility="invisible"
android:background="@drawable/ic_pan_border_fast"
android:layout_gravity="center"
- android:layout_weight="1.67"
+ android:layout_weight="5"
android:layout_width="match_parent"
android:layout_height="0dp" />
diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml
index d43f7a5b..25ca3103 100644
--- a/res/values-land/styles.xml
+++ b/res/values-land/styles.xml
@@ -53,7 +53,7 @@
<item name="android:alpha">1.0</item>
<item name="android:layout_height">0dp</item>
<item name="android:layout_width">match_parent</item>
- <item name="android:layout_weight">0.5</item>
+ <item name="android:layout_weight">1.5</item>
</style>
<style name="SettingPopupWindow_xlarge">
<item name="android:layout_width">wrap_content</item>