summaryrefslogtreecommitdiff
path: root/res/layout/eip_overview.xml
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-01-30 23:37:33 -0700
committerSean Leonard <meanderingcode@aetherislands.net>2013-01-30 23:37:33 -0700
commitd21e8390e90437f0d053374f8e304ca3f592beb9 (patch)
tree9ee037575a28998421d991614adb599ed18d8f72 /res/layout/eip_overview.xml
parentb6e47ac59c3e853b23d4392eec33bbeb2f068f17 (diff)
More fun with EIP item entry.
Added parts to expand listing for quick info and settings access
Diffstat (limited to 'res/layout/eip_overview.xml')
-rw-r--r--res/layout/eip_overview.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/res/layout/eip_overview.xml b/res/layout/eip_overview.xml
index d8defcbc..21d4ae38 100644
--- a/res/layout/eip_overview.xml
+++ b/res/layout/eip_overview.xml
@@ -13,6 +13,8 @@
android:layout_marginBottom="10dp"
android:layout_marginLeft="15dp"
android:layout_toLeftOf="@+id/eipSwitch"
+ android:clickable="false"
+ android:onClick="toggleOverview"
android:text="@string/eip_type_active"
android:textAppearance="?android:attr/textAppearanceLarge" />
@@ -24,4 +26,35 @@
android:layout_alignParentTop="true"
android:layout_marginRight="10dp" />
+ <RelativeLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentRight="true"
+ android:layout_below="@+id/eipType"
+ android:paddingBottom="10dp"
+ android:paddingLeft="10dp"
+ android:paddingRight="10dp"
+ android:paddingTop="10dp"
+ android:visibility="gone" >
+
+ <ImageView
+ android:id="@+id/eipSettings"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentRight="true"
+ android:layout_alignParentTop="true"
+ android:contentDescription="@string/eip_settings_button_description"
+ android:src="@drawable/ic_sysbar_quicksettings" />
+
+ <TextView
+ android:id="@+id/eipStatus"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentLeft="true"
+ android:layout_centerVertical="true"
+ android:text="@string/eip_status" />
+
+ </RelativeLayout>
+
</RelativeLayout> \ No newline at end of file