summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-11-30 09:35:58 +0300
committerAndrew Dolgov <[email protected]>2015-11-30 09:35:58 +0300
commitafa8203b5efb687d94c823df8667c6c25b88dbfb (patch)
treed6f063ed26c7fd92c3c6677345aee176717d2844 /org.fox.ttrss/src/main/res/layout
parent658b83e0a4766456992bb10613c5d46b8b122ae8 (diff)
drawer: fix ripple on settings imageview
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/drawer_header.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/drawer_header.xml b/org.fox.ttrss/src/main/res/layout/drawer_header.xml
index 2160728d..d2ea0660 100755
--- a/org.fox.ttrss/src/main/res/layout/drawer_header.xml
+++ b/org.fox.ttrss/src/main/res/layout/drawer_header.xml
@@ -6,29 +6,29 @@
android:weightSum="1"
android:clickable="false">
+ <ImageView
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:id="@+id/imageView"
+ android:scaleType="fitXY"
+ android:background="?colorPrimaryDark"
+ android:src="?drawer_header" />
+
<FrameLayout
android:layout_width="match_parent"
+ android:background="@android:color/transparent"
android:layout_height="match_parent">
<ImageView
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:id="@+id/imageView"
- android:scaleType="fitXY"
- android:background="?colorPrimaryDark"
- android:src="?drawer_header" />
-
- <ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_settings"
android:id="@+id/drawer_settings_btn"
android:layout_gravity="bottom|right"
android:clickable="true"
- android:focusable="true"
android:layout_marginBottom="16dp"
android:layout_marginRight="12dp"
- android:background="?attr/selectableItemBackground" />
+ android:background="@drawable/ripple" />
<LinearLayout
android:layout_width="match_parent"