summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-03-08 13:15:54 +0300
committerAndrew Dolgov <[email protected]>2018-03-08 13:15:54 +0300
commit5d00fcf9076c2adce2a7ef6b2cef291bf36c8820 (patch)
treee81bfbd05662328d9f11f95c32700f1e582e22af /org.fox.ttrss/src/main/res/layout/headlines_row.xml
parent5bf0da447e001f68fdaa91f27eb967838f88a6e6 (diff)
initial set of changes to target SDK 27
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, 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 c4540cb0..a57b6953 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -59,13 +59,13 @@
<TextureView
android:id="@+id/flavor_video"
- android:foreground="@drawable/ripple"
+ android:foreground="@null"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_gravity="center"
android:adjustViewBounds="true"
- android:background="@android:color/transparent"
+ android:background="@null"
android:cropToPadding="true"
android:src="@drawable/drawer_header"
android:scaleType="fitCenter"