diff options
Diffstat (limited to 'app/src/main/res/layout')
-rwxr-xr-x[-rw-r--r--] | app/src/main/res/layout/item_navigation_drawer.xml | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | app/src/main/res/layout/separator_navigation_drawer.xml | 17 |
2 files changed, 9 insertions, 10 deletions
diff --git a/app/src/main/res/layout/item_navigation_drawer.xml b/app/src/main/res/layout/item_navigation_drawer.xml index 86ce8cd..e1e996c 100644..100755 --- a/app/src/main/res/layout/item_navigation_drawer.xml +++ b/app/src/main/res/layout/item_navigation_drawer.xml @@ -25,7 +25,7 @@ android:layout_alignParentLeft="true"
android:orientation="vertical"
android:layout_marginTop="0dp"
- android:background="#121212">
+ android:background="@drawable/navigation_drawer_item_selector">
<TextView
android:id="@+id/item_navigation_drawer_text"
diff --git a/app/src/main/res/layout/separator_navigation_drawer.xml b/app/src/main/res/layout/separator_navigation_drawer.xml index e71ff84..30a95fc 100644..100755 --- a/app/src/main/res/layout/separator_navigation_drawer.xml +++ b/app/src/main/res/layout/separator_navigation_drawer.xml @@ -17,15 +17,14 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-->
<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/itemLayout"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- android:orientation="vertical"
- android:layout_marginTop="0dp">
-
+xmlns:android="http://schemas.android.com/apk/res/android"
+android:id="@+id/itemLayout"
+android:layout_width="fill_parent"
+android:layout_height="wrap_content"
+android:layout_alignParentLeft="true"
+android:layout_alignParentStart="true"
+android:orientation="vertical"
+android:layout_marginTop="0dp">
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
|