aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/menuitem_gray.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/menuitem_gray.xml')
-rw-r--r--res/layout/menuitem_gray.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/res/layout/menuitem_gray.xml b/res/layout/menuitem_gray.xml
deleted file mode 100644
index c973b711..00000000
--- a/res/layout/menuitem_gray.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/grayBtn"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
-
- <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/LightGray" />
-
-</LinearLayout> \ No newline at end of file