From 4f6daf129a7faf2ee3512361b4b82a54b38c6fbb Mon Sep 17 00:00:00 2001 From: Paul Rohde Date: Fri, 5 Dec 2014 12:17:15 -0800 Subject: Drop new focus indicator into Camera2. * Create a new custom focus view that interacts with physical lens diopter changes. * Replace all occurances of the old focus indicator with the new one. Change-Id: Ia02646ce4d1eb059ecb8a1dfccc15dfc9c167e1b --- res/values/colors.xml | 1 + res/values/dimens.xml | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'res/values') diff --git a/res/values/colors.xml b/res/values/colors.xml index 82e061168..3779e0f97 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -68,6 +68,7 @@ @color/white @color/green @color/red + #ffffffff @color/grey @color/black diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 88379e8da..96f156017 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -98,6 +98,10 @@ 30dp 60dp 2dip + 1.25dp + 24dp + 96dp + 48dp 14pt 11dp 2dp -- cgit v1.2.3