summaryrefslogtreecommitdiffstats
path: root/res/layout/refocus_editor.xml
diff options
context:
space:
mode:
authorLikai Ding <likaid@codeaurora.org>2015-08-21 22:36:03 +0800
committerSteve Kondik <steve@cyngn.com>2016-08-03 15:44:39 -0700
commit8e754707659e9c17c4c485ba17391887ffb0db7c (patch)
treea1c8ed831f874d062f0963fce7125f924fa61f4b /res/layout/refocus_editor.xml
parent1ff17d7e28e09b5e352199d6736bca32af36b330 (diff)
downloadandroid_packages_apps_Snap-8e754707659e9c17c4c485ba17391887ffb0db7c.tar.gz
android_packages_apps_Snap-8e754707659e9c17c4c485ba17391887ffb0db7c.tar.bz2
android_packages_apps_Snap-8e754707659e9c17c4c485ba17391887ffb0db7c.zip
SnapdragonCamera: add button border
Add border for "All in Focus" button. Also some tweaks to meet UI spec. Change-Id: I56c458a420e503321cc9a3255a7dd4ae0a6d4637
Diffstat (limited to 'res/layout/refocus_editor.xml')
-rw-r--r--res/layout/refocus_editor.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/layout/refocus_editor.xml b/res/layout/refocus_editor.xml
index c4b42bb4c..262d2d509 100644
--- a/res/layout/refocus_editor.xml
+++ b/res/layout/refocus_editor.xml
@@ -42,8 +42,8 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<RelativeLayout
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="#80000000">
+ android:layout_height="50dp"
+ android:background="#b2191919">
<ImageView
android:id="@+id/refocus_cancel"
@@ -54,9 +54,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<TextView
android:id="@+id/refocus_all"
android:text="@string/all_in_focus"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="103dp"
+ android:layout_height="34dp"
android:layout_centerInParent="true"
+ android:gravity="center"
android:onClick="allInFocus" />
<ImageView
android:id="@+id/refocus_done"