From 33338d43e0e83329a7c46807e096b8148e19aff7 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Sun, 9 Jun 2013 04:09:03 -0600 Subject: Quite basic staring and stopping of VPN --- res/layout/eip_overview.xml | 24 ++++++++++++++++++------ res/values/strings.xml | 1 + 2 files changed, 19 insertions(+), 6 deletions(-) (limited to 'res') diff --git a/res/layout/eip_overview.xml b/res/layout/eip_overview.xml index 21d4ae38..9cb659f2 100644 --- a/res/layout/eip_overview.xml +++ b/res/layout/eip_overview.xml @@ -5,18 +5,29 @@ android:layout_marginTop="10dp" > + + + android:textAppearance="?android:attr/textAppearanceMedium" /> No provider configured Access EIP connection settings Status unknown + EIP: EIP Configure LEAP Add new Provider -- cgit v1.2.3 From 276b8f7dbc7763e284f246a1c538bd06dd8be756 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Sun, 9 Jun 2013 04:36:08 -0600 Subject: Bring up VPN connection log on status line click. Also show it on click of "Configure" button on system notification popup. Also allow toggling of status line. --- res/layout/eip_overview.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res') diff --git a/res/layout/eip_overview.xml b/res/layout/eip_overview.xml index 9cb659f2..738c82ef 100644 --- a/res/layout/eip_overview.xml +++ b/res/layout/eip_overview.xml @@ -56,6 +56,7 @@ android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_alignParentTop="true" + android:layout_margin="10dp" android:contentDescription="@string/eip_settings_button_description" android:src="@drawable/ic_sysbar_quicksettings" /> @@ -65,8 +66,11 @@ android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_centerVertical="true" + android:clickable="true" + android:onClick="showEIPLog" android:text="@string/eip_status" /> + \ No newline at end of file -- cgit v1.2.3