summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2015-06-19 15:00:43 +0900
committerSeigo Nonaka <nona@google.com>2015-11-24 12:05:48 +0900
commita71a244ec6c83e8627f10d3d04228ff8e7915c09 (patch)
tree2bc7469d3f4b93f44f0ca4de4c86baa79f947a17 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent9a24b9f1d1976b0553b5d3acd610e4bdd283ceb9 (diff)
Make suggestion window style material.
To make suggestion window style Material, this CL does following things: 1. Introduce LinearLayout to be able to split suggestion item and menu. Currently suggestion menus, "Add to Dictionary" and "Delete" buttons are children of ListView. It is necessary to introduce LinearLayout and move these two menus from ListView to this LinearLayout to have a divider between suggestion items and menus. 2. Extract suggestion window layout definition from Java. Currently almost all layout of suggestion popup window is done by Editor.java. By extracting this logic from Java and move it to XML files, it becomes easy to support both Holo and Material theme. 3. Introduce Material Design. Suggestion window should respect the running application's theme since suggestion window is shown as the part of the application. This patch introduces Material themed suggestion window, and at the same time, the old window is also kept as the Holo themed suggestion window. Bug: 15347319 Change-Id: Ieccea12db95c0a040b38680ae794b1cf6971736f
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions