Skip to content
Snippets Groups Projects
Commit 9da42275 authored by Xavier Gibert's avatar Xavier Gibert
Browse files

removed blue highlight of navigation drawer items

parent d42418a3
No related branches found
No related tags found
No related merge requests found
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:android1="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:alpha="0.8"
......@@ -8,5 +9,8 @@
android:divider="@android:color/transparent"
android:dividerHeight="2dp"
android:drawSelectorOnTop="false"
tools:context="fragments.NavigationDrawerFragment" />
android:listSelector="@android:color/transparent"
tools:context="fragments.NavigationDrawerFragment" >
</ListView>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment