summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-08-14 17:02:03 +0200
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit40a51e69340846445723c935757512c984d0e69d (patch)
tree0ad3faa53051dcd2e67a56c31a12c3d47030b937 /res/layout
parentacaa9e05bdb2b5ced973cbabec22f00d3bbefdae (diff)
downloadandroid_packages_apps_Snap-40a51e69340846445723c935757512c984d0e69d.tar.gz
android_packages_apps_Snap-40a51e69340846445723c935757512c984d0e69d.tar.bz2
android_packages_apps_Snap-40a51e69340846445723c935757512c984d0e69d.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"