From 41cabf1499bdd5465c403d39a10742baef454192 Mon Sep 17 00:00:00 2001 From: junjiez Date: Wed, 22 Feb 2017 18:23:04 +0800 Subject: SnapdragonCamera: fix W+T UI issues Fix sometimes parameters is not set, slider bar is showed when bokeh is not enabled and slider bar is at the bottom. Change-Id: Ief346442c94d2cbbcdf7a14e11ebd43316b15b05 --- res/layout/photo_module.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'res/layout') diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml index c55433b3f..d65dbd4f6 100755 --- a/res/layout/photo_module.xml +++ b/res/layout/photo_module.xml @@ -117,11 +117,12 @@ android:id="@+id/blur_degree_bar" android:orientation="horizontal" android:layout_gravity="bottom" - android:paddingBottom="80dp" + android:paddingBottom="130dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="30dip" android:layout_marginLeft="30dip" - android:layout_marginRight="30dip" /> + android:layout_marginRight="30dip" + android:visibility="gone"/> -- cgit v1.2.3