summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
index e434c497..c4540cb0 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -147,6 +147,8 @@
android:layout_below="@+id/headline_header"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
+ android:elevation="4dp"
+ android:tint="?colorAccent"
android:layout_marginBottom="8dp"
android:layout_marginLeft="8dp" />
@@ -161,6 +163,8 @@
android:paddingRight="4dp"
android:src="@drawable/ic_dots_vertical"
android:layout_gravity="bottom|right"
+ android:elevation="4dp"
+ android:tint="?colorAccent"
android:layout_marginBottom="10dp" />
</FrameLayout>