diff options
author | Jason Monk <jmonk@google.com> | 2014-09-03 13:18:57 -0400 |
---|---|---|
committer | Jason Monk <jmonk@google.com> | 2014-09-05 10:31:00 -0400 |
commit | 3128f12f216ef481b5d03892b35706cfeec26d7c (patch) | |
tree | 9404ce923746ca0d8ea9e052decb431b42195ae5 /packages/SystemUI/res/layout | |
parent | 6bed40eddc29c536c064c9238cfefe863c3d0db5 (diff) | |
download | frameworks_base-3128f12f216ef481b5d03892b35706cfeec26d7c.zip frameworks_base-3128f12f216ef481b5d03892b35706cfeec26d7c.tar.gz frameworks_base-3128f12f216ef481b5d03892b35706cfeec26d7c.tar.bz2 |
Add VPN Key to signal icons
Since the notification is going away, this gives a persistent
icon to indicate that VPN is active.
Bug: 16153201
Change-Id: Ic2ca7a332817967b76871bd0800d6f0a77a295cd
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r-- | packages/SystemUI/res/layout/signal_cluster_view.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/signal_cluster_view.xml b/packages/SystemUI/res/layout/signal_cluster_view.xml index 347c8a9..3a8a17d 100644 --- a/packages/SystemUI/res/layout/signal_cluster_view.xml +++ b/packages/SystemUI/res/layout/signal_cluster_view.xml @@ -25,6 +25,13 @@ android:gravity="center_vertical" android:orientation="horizontal" > + <ImageView + android:id="@+id/vpn" + android:layout_height="wrap_content" + android:layout_width="wrap_content" + android:paddingEnd="6dp" + android:src="@drawable/stat_sys_vpn_ic" + /> <FrameLayout android:id="@+id/wifi_combo" android:layout_height="wrap_content" |