OSDN Git Service

Make nav bar customizable through Tunable
authorJason Monk <jmonk@google.com>
Mon, 18 Jan 2016 19:41:03 +0000 (14:41 -0500)
committerJason Monk <jmonk@google.com>
Fri, 22 Jan 2016 14:47:08 +0000 (09:47 -0500)
commita20818257e6927560a676d99dbc563a0394f74d8
treebfbb260baa5477c7bb1cb245bb5fa9a5c204d120
parentfb71d2d0deddc1baa1c86d95d1fbf848a3ea3e72
Make nav bar customizable through Tunable

Change-Id: I18c6bc3db1555ca8ec94f1ce594eb01158f32736
21 files changed:
packages/SystemUI/res/layout-sw600dp/navigation_bar.xml [deleted file]
packages/SystemUI/res/layout-sw600dp/navigation_layout_rot90.xml [new file with mode: 0644]
packages/SystemUI/res/layout/back.xml [new file with mode: 0644]
packages/SystemUI/res/layout/home.xml [new file with mode: 0644]
packages/SystemUI/res/layout/menu_ime.xml [new file with mode: 0644]
packages/SystemUI/res/layout/nav_key_space.xml [new file with mode: 0644]
packages/SystemUI/res/layout/navigation_bar.xml
packages/SystemUI/res/layout/navigation_layout.xml [new file with mode: 0644]
packages/SystemUI/res/layout/navigation_layout_rot90.xml [new file with mode: 0644]
packages/SystemUI/res/layout/recent_apps.xml [new file with mode: 0644]
packages/SystemUI/res/values-sw600dp-land/dimens.xml
packages/SystemUI/res/values-sw600dp/config.xml
packages/SystemUI/res/values-sw600dp/dimens.xml
packages/SystemUI/res/values/config.xml
packages/SystemUI/res/values/dimens.xml
packages/SystemUI/src/com/android/systemui/statusbar/phone/ButtonDispatcher.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarInflaterView.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/ReverseLinearLayout.java [new file with mode: 0644]