summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2013-03-14 13:34:06 -0400
committerChris Wren <cwren@android.com>2013-03-14 18:10:59 -0400
commiteb70217554d14807d73cae033b4f756c9b80fe3b (patch)
tree7138fe445984f4a252887666f8be03b05ea6430c /res
parent7ec52545cbf2f26dac8e5e0105147075c57956ac (diff)
downloadandroid_packages_screensavers_PhotoTable-eb70217554d14807d73cae033b4f756c9b80fe3b.tar.gz
android_packages_screensavers_PhotoTable-eb70217554d14807d73cae033b4f756c9b80fe3b.tar.bz2
android_packages_screensavers_PhotoTable-eb70217554d14807d73cae033b4f756c9b80fe3b.zip
add keyboard navigation to photo table daydream
arrows: move focus enter: select/deselect x/del: throw away Bug: 8387448 Change-Id: I45d9b2273051abd18aaa82a7e6201196b06f7ce0
Diffstat (limited to 'res')
-rw-r--r--res/layout/table.xml1
-rw-r--r--res/values/colors.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/table.xml b/res/layout/table.xml
index b5663cb..b1575b7 100644
--- a/res/layout/table.xml
+++ b/res/layout/table.xml
@@ -23,6 +23,7 @@
android:id="@+id/table"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:focusable="true"
/>
<!-- View
android:background="@+drawable/vignette_br"
diff --git a/res/values/colors.xml b/res/values/colors.xml
index a6c7746..ec487e7 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -18,4 +18,5 @@
<color name="tabletop_dark">#ff222222</color>
<color name="vignette_light">#00000000</color>
<color name="vignette_dark">#bf000000</color>
+ <color name="highlight_color">@android:color/holo_blue_bright</color>
</resources>