summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-sw600dp
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2014-11-17 14:40:56 -0500
committerJason Monk <jmonk@google.com>2014-11-17 14:46:11 -0500
commit29f7a7b0ae2264651c176ef50cc21cf9131247e3 (patch)
tree947850df433e5efff293164a2b47c2137f99f728 /packages/SystemUI/res/layout-sw600dp
parent61a848dd2e095336c341af68ed01564c0f3cb442 (diff)
downloadframeworks_base-29f7a7b0ae2264651c176ef50cc21cf9131247e3.zip
frameworks_base-29f7a7b0ae2264651c176ef50cc21cf9131247e3.tar.gz
frameworks_base-29f7a7b0ae2264651c176ef50cc21cf9131247e3.tar.bz2
SysUI Tests: Make tests not break SysUI
Now you can run the tests without getting the blank broken sysui. The tests instrument themselves so they include all of the source they need to run rather than piggybacking on the sysui process. A couple of changes were needed for this. The xml files cannot reference com.android.systemui, instead they must use res-auto. The tests can no longer make privileged calls, so some restructuring to avoid those calls was needed. Bug: 18222975 Change-Id: I67b794af854f1420583d48960bd6e52ca753b56d
Diffstat (limited to 'packages/SystemUI/res/layout-sw600dp')
-rw-r--r--packages/SystemUI/res/layout-sw600dp/navigation_bar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml b/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml
index c2733fb..5c776e6 100644
--- a/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml
+++ b/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml
@@ -19,7 +19,7 @@
<!-- navigation bar for sw600dp (small tablets) -->
<com.android.systemui.statusbar.phone.NavigationBarView
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
+ xmlns:systemui="http://schemas.android.com/apk/res-auto"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:background="@drawable/system_bar_background"