OSDN Git Service

Tuner: Nav bar tuner
authorJason Monk <jmonk@google.com>
Wed, 25 Jan 2017 00:43:36 +0000 (19:43 -0500)
committerJason Monk <jmonk@google.com>
Wed, 25 Jan 2017 00:43:36 +0000 (19:43 -0500)
commitea05f87b253ce20a08158768951169b1cda0a623
tree3515843761e30dbba085e2437f682a52dc85f748
parent4c2fe5da4965f7eaccf7566ff7dba6c7a0f62b36
Tuner: Nav bar tuner

Usable edition.

Test: Manual
Change-Id: I20ec31560b89df8ded089974b7da1b60423cdb8b
15 files changed:
packages/SystemUI/res/drawable/ic_left.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/ic_menu.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/ic_remove.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/ic_right.xml [new file with mode: 0644]
packages/SystemUI/res/values-sw600dp/config.xml
packages/SystemUI/res/values-sw900dp/config.xml
packages/SystemUI/res/values/config.xml
packages/SystemUI/res/values/strings.xml
packages/SystemUI/res/xml/nav_bar_tuner.xml [new file with mode: 0644]
packages/SystemUI/res/xml/tuner_prefs.xml
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarInflaterView.java
packages/SystemUI/src/com/android/systemui/statusbar/policy/KeyButtonView.java
packages/SystemUI/src/com/android/systemui/tuner/BetterListPreference.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/tuner/NavBarTuner.java
packages/SystemUI/src/com/android/systemui/tuner/TunerService.java