aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/drawer_list_item.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-06-18 17:26:49 -0700
committerScott Jackson <daneren2005@gmail.com>2015-06-18 17:26:49 -0700
commit44faeb4cc59d69df0c633d04c76d3a94c4fac2aa (patch)
tree10ab1ccbd9e9e54539fe4095e3bcc481ee13cb56 /app/src/main/res/layout/drawer_list_item.xml
parent9f8e9b89bb2d564bcaf00309b38ed9c4d970aeb9 (diff)
parentf632dc5f46943c6a258d5f1cd85c6c6d923c4a3a (diff)
downloaddsub-44faeb4cc59d69df0c633d04c76d3a94c4fac2aa.tar.gz
dsub-44faeb4cc59d69df0c633d04c76d3a94c4fac2aa.tar.bz2
dsub-44faeb4cc59d69df0c633d04c76d3a94c4fac2aa.zip
Merge branch 'NavigationView' into SlideUpPanel2
Diffstat (limited to 'app/src/main/res/layout/drawer_list_item.xml')
-rw-r--r--app/src/main/res/layout/drawer_list_item.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/app/src/main/res/layout/drawer_list_item.xml b/app/src/main/res/layout/drawer_list_item.xml
deleted file mode 100644
index 607b3658..00000000
--- a/app/src/main/res/layout/drawer_list_item.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:paddingTop="8dip"
- android:paddingBottom="9dip">
-
- <ImageView
- android:id="@+id/drawer_icon"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="left|center_vertical"
- android:paddingTop="1dip"
- android:paddingBottom="1dip"
- android:paddingRight="8dip"
- android:paddingLeft="10dip"/>
-
- <TextView
- android:id="@+id/drawer_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:singleLine="true"
- android:textColor="?android:textColorPrimary"
- android:textAppearance="?android:attr/textAppearanceLarge"
- style="DSub.TextViewStyle"/>
-</LinearLayout>