summaryrefslogtreecommitdiffstats
path: root/res/layout/pano_module_capture.xml
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-11-21 16:57:02 -0800
committerSteve Kondik <steve@cyngn.com>2016-11-22 01:24:28 -0800
commite8e541a684fddea0cdbd3f4e148e9d3193f120eb (patch)
tree4667f2c33d2627bd0513e323e1cda153bcc0c440 /res/layout/pano_module_capture.xml
parent272f70b628bb615cba2e7e8fd4eb9b2fd6389d4b (diff)
downloadandroid_packages_apps_Snap-e8e541a684fddea0cdbd3f4e148e9d3193f120eb.tar.gz
android_packages_apps_Snap-e8e541a684fddea0cdbd3f4e148e9d3193f120eb.tar.bz2
android_packages_apps_Snap-e8e541a684fddea0cdbd3f4e148e9d3193f120eb.zip
snap: Panorama fixes
* Fix animations and transitions * Disable warped preview overlay, this looks terrible and needs rewritten. Change-Id: I9474219c57fc204dd16797aa8921296e61cc9d37
Diffstat (limited to 'res/layout/pano_module_capture.xml')
-rw-r--r--res/layout/pano_module_capture.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/res/layout/pano_module_capture.xml b/res/layout/pano_module_capture.xml
index 1398b53dc..c6ea2b22a 100644
--- a/res/layout/pano_module_capture.xml
+++ b/res/layout/pano_module_capture.xml
@@ -16,6 +16,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/panorama_capture_layout"
+ android:background="@android:color/black"
android:layout_width="match_parent"
android:layout_height="match_parent" >
@@ -36,6 +37,13 @@
android:layout_height="match_parent"
android:background="@drawable/ic_pan_border_fast"
android:visibility="gone" />
+
+ <View
+ android:id="@+id/preview_cover"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@android:color/black" />
+
</FrameLayout>
<LinearLayout
@@ -73,9 +81,7 @@
style="@style/PanoViewHorizontalBar"
android:layout_width="match_parent"
android:layout_height="0dp"
- android:layout_weight="1"
- android:gravity="top"
- android:paddingTop="20dp" >
+ android:layout_weight="1">
<LinearLayout
android:layout_width="match_parent"