diff options
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/headlines_row.xml | 4 |
1 files changed, 2 insertions, 2 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 d0c2ce2d..c5372044 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml @@ -148,7 +148,7 @@ android:layout_alignParentRight="true" android:layout_alignParentEnd="true" android:elevation="4dp" - app:tint="?colorAccent" + app:tint="?colorTertiary" android:layout_marginBottom="8dp" android:layout_marginStart="8dp" /> @@ -164,7 +164,7 @@ android:src="@drawable/baseline_more_vert_24" android:layout_gravity="bottom|end" android:elevation="4dp" - app:tint="?colorAccent" + app:tint="?colorTertiary" android:layout_marginBottom="10dp" tools:targetApi="lollipop" /> |