diff options
Diffstat (limited to 'res/layout/eip_overview.xml')
-rw-r--r-- | res/layout/eip_overview.xml | 4 |
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 |