OSDN Git Service

Create new Navigation Bar for the Theme Editor Preview
authorJerome Gaillard <jgaillard@google.com>
Fri, 18 Dec 2015 18:13:39 +0000 (18:13 +0000)
committerJerome Gaillard <jgaillard@google.com>
Mon, 4 Jan 2016 15:38:12 +0000 (15:38 +0000)
commit3b90b74cf96c88267e20a410b639b68de84c3323
tree71d5293116305a3df596b50356a7ee435956906d
parent4b0fe7f14bb36769ef30c59c407bd6ed5b3d5cf7
Create new Navigation Bar for the Theme Editor Preview

The standard navigation bar was not working well in the Theme Editor preview
when in a wide configuration. The bar then did not fit entirely inside the display.
So we created a new Navigation Bar to use in the Theme Editor preview, that fixes
the size problem.

Bug: http://b.android.com/198179
Change-Id: Ifb1fa7b8f399f17392934de89078696337eca3e1
tools/layoutlib/bridge/src/com/android/layoutlib/bridge/Bridge.java
tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/NavigationBar.java
tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ThemePreviewNavigationBar.java [new file with mode: 0644]