summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJin Cao <jinyan@google.com>2014-08-14 13:11:25 -0700
committerJin Cao <jinyan@google.com>2014-08-14 13:11:25 -0700
commit7ee90b37599cb6717782d40a6d085849918c29df (patch)
treed0ac3ea05e17ec7f681c64aff44a07467051f237 /res
parent174892d90a5fd1f21f8ee18eebcb1fed6392cf3c (diff)
downloadandroid_packages_apps_UnifiedEmail-7ee90b37599cb6717782d40a6d085849918c29df.tar.gz
android_packages_apps_UnifiedEmail-7ee90b37599cb6717782d40a6d085849918c29df.tar.bz2
android_packages_apps_UnifiedEmail-7ee90b37599cb6717782d40a6d085849918c29df.zip
Keyboard polish
Some polish for our custom conversation view navigation, e.g. pressing up when you are on the first header item will auto focus the overlay, same thing for down and last item. Disable focus for conversation header since there isn't much actionable items there (MAYBE star, can discuss later). b/3304236 Change-Id: I06796adac09716bccdae2636c7a9da245896eb34
Diffstat (limited to 'res')
-rw-r--r--res/layout/conversation_view_header.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout/conversation_view_header.xml b/res/layout/conversation_view_header.xml
index fee1bf40b..61bb93d4d 100644
--- a/res/layout/conversation_view_header.xml
+++ b/res/layout/conversation_view_header.xml
@@ -21,7 +21,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/conversation_view_item_background_color"
- android:focusable="true"
android:orientation="horizontal"
android:minHeight="88sp"
android:nextFocusDown="@+id/upper_header"