summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-08-14 17:02:03 +0200
committerArne Coucheron <arco68@gmail.com>2018-01-27 00:41:45 +0100
commit690481663272ee4cce5dd7670edfe7b0b33a5f85 (patch)
tree60bd56bc07ccf1b0321fbb9f06ec9c4f04374c61 /res/layout
parent395fe6019b4ecc9159cbde3742d1035f3b7de3ca (diff)
downloadandroid_packages_apps_Snap-690481663272ee4cce5dd7670edfe7b0b33a5f85.tar.gz
android_packages_apps_Snap-690481663272ee4cce5dd7670edfe7b0b33a5f85.tar.bz2
android_packages_apps_Snap-690481663272ee4cce5dd7670edfe7b0b33a5f85.zip
Snap: Fix panorama layout
Loosely based on old cyngn patches. Change-Id: I7fdb6ba82243f2f28e8ea655f83f0339d49de5ad
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/pano_module_capture.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/pano_module_capture.xml b/res/layout/pano_module_capture.xml
index 4e841878b..c6ea2b22a 100644
--- a/res/layout/pano_module_capture.xml
+++ b/res/layout/pano_module_capture.xml
@@ -24,7 +24,7 @@
android:id="@+id/pano_preview_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_gravity="center" >
+ android:layout_gravity="center_vertical|center_horizontal" >
<TextureView
android:id="@+id/pano_preview_textureview"