summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-06-09 04:36:08 -0600
committerSean Leonard <meanderingcode@aetherislands.net>2013-06-20 18:46:40 -0600
commit276b8f7dbc7763e284f246a1c538bd06dd8be756 (patch)
tree12177eec45c0158e5da50a3117ef60c56a8a6070 /res/layout
parent389dfcdfad555feb1cf212ef9b42626633d5eade (diff)
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.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/eip_overview.xml4
1 files changed, 4 insertions, 0 deletions
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" />
</RelativeLayout>
+
</RelativeLayout> \ No newline at end of file