summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-02 00:25:46 +0400
committerAndrew Dolgov <[email protected]>2015-06-02 00:25:46 +0400
commit209b82a1dab3330a791e7c93a488d8d4abf3931e (patch)
treeec30c351a11383ed51d8d830375e0dbe1f537aa6 /org.fox.ttrss/src/main/res/layout
parentac5e981cbc40191538276289a581892c8dc72e9d (diff)
change accentcolor to better conform with material design guidelines; remove amber and sepia themes
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/article_fragment.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/drawer_header.xml4
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/feeds_row_selected.xml1
3 files changed, 6 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/article_fragment.xml b/org.fox.ttrss/src/main/res/layout/article_fragment.xml
index 4dd0dff3..662c9936 100755
--- a/org.fox.ttrss/src/main/res/layout/article_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/article_fragment.xml
@@ -1,4 +1,5 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/article_fragment"
android:layout_width="fill_parent"
android:layout_height="match_parent"
@@ -130,6 +131,7 @@
android:layout_gravity="bottom|right"
android:layout_marginRight="16dp"
android:layout_marginBottom="20dp"
+ app:floatingActionButtonColor="?colorAccent"
android:src="@drawable/ic_action_web_site"
/>
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 76094191..d6c9ef8a 100755
--- a/org.fox.ttrss/src/main/res/layout/drawer_header.xml
+++ b/org.fox.ttrss/src/main/res/layout/drawer_header.xml
@@ -23,11 +23,13 @@
android:layout_centerVertical="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
- android:layout_marginRight="16dp" >
+ android:layout_marginRight="16dp"
+ android:elevation="4dp">
<ImageView
android:layout_width="36dp"
android:layout_height="36dp"
+ android:tint="?colorAccent"
android:src="@drawable/ic_account"
android:layout_gravity="center" />
</FrameLayout>
diff --git a/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml b/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml
index d35a9416..53e62215 100755
--- a/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml
+++ b/org.fox.ttrss/src/main/res/layout/feeds_row_selected.xml
@@ -15,6 +15,7 @@
<ImageView
android:id="@+id/icon"
+ android:tint="?colorAccent"
android:layout_gravity="center_vertical"
android:layout_width="21dp"
android:layout_height="21dp"