summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-11 21:07:03 +0400
committerAndrew Dolgov <[email protected]>2015-02-11 21:07:03 +0400
commit4a2673f328706f54c86a93c7049e56457c6c2698 (patch)
tree83fbe77a7ef934c8dc2bc6cc4e086deeebfd4ffb /org.fox.ttrss/src/main/res/layout
parent97f177186b521cc479ec44129b1c2e397e7ad823 (diff)
add headline drawable background
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/drawer_header.xml16
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines.xml2
2 files changed, 13 insertions, 5 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 f60cd3ea..24647974 100755
--- a/org.fox.ttrss/src/main/res/layout/drawer_header.xml
+++ b/org.fox.ttrss/src/main/res/layout/drawer_header.xml
@@ -3,10 +3,18 @@
android:layout_width="match_parent"
android:layout_height="96dp"
android:orientation="vertical"
- android:background="?articleHeader"
- android:weightSum="1">
-
-
+ android:weightSum="1"
+ android:clickable="false">
+
+
+ <ImageView
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:id="@+id/imageView"
+ android:src="@drawable/drawer_header"
+ android:scaleType="fitXY"
+ android:tint="?articleHeader"
+ android:tintMode="multiply" />
<LinearLayout
android:layout_width="match_parent"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines.xml b/org.fox.ttrss/src/main/res/layout/headlines.xml
index c70c42ec..226928d4 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines.xml
@@ -16,7 +16,7 @@
<FrameLayout
android:id="@+id/feeds_fragment"
- android:layout_width="match_parent"
+ android:layout_width="240dp"
android:layout_gravity="start"
android:background="?feedlistBackground"
android:elevation="4dp"