aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/menuparent_white.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/menuparent_white.xml')
-rw-r--r--res/layout/menuparent_white.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/res/layout/menuparent_white.xml b/res/layout/menuparent_white.xml
deleted file mode 100644
index 478101b0..00000000
--- a/res/layout/menuparent_white.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/whiteBtn"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/LightGray"
- android:orientation="horizontal" >
-
- <ImageView
- android:id="@+id/menuparent_indicator"
- android:layout_width="25dp"
- android:layout_height="50dp"
- android:layout_gravity="center_vertical"
- android:src="@drawable/expand_close" />
-
- <TextView
- android:id="@+id/textView_menuItem"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="16dp"
- android:layout_marginTop="16dp"
- android:paddingLeft="10dp"
- android:text="Text"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="@color/Gray" />
-
-</LinearLayout> \ No newline at end of file