summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorDake Gu <dake@google.com>2018-05-11 16:46:30 -0700
committerDake Gu <dake@google.com>2018-05-11 16:59:56 -0700
commit3da7eee106e3a746eeec5c954025d0cf6329b1bb (patch)
tree7c82ce8adf86c058eaff04eb8b4f68b34268664e /tools/aapt2/java/JavaClassGenerator_test.cpp
parent3b0f0117097bade987e0ab0df02f1f571bbf79e4 (diff)
autofill save: do not focus on custom sub title for TV
Custom sub title is put in a ScrollView, which steals the initial focus from Yes/No button when lauching save dialog. The ScrollView is focusable so it can scroll large views. But it's quite useless at this point because layout use "wrap_content" in height, unless the custom subtitle is higher than fullscreen, we never uses the ScrollView's scroll feature. The problem for using ScrollView is: - TV UX does not allow custom sub title to be focusable or scrollable. - If changes TV UX to allow scrollable custom title view, focus indicator of ScrollView is missing, needs to be fixed. Based on these reasons, disable scrollable feature for TV. Bug: 79591730 Test: manually tested on AndroidTV Change-Id: Ib6022daf822b8b977e9a2d4a831a8ba714fb321c
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions