diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2015-07-10 09:14:18 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2015-07-10 09:14:18 +0300 |
| commit | 5c0768b40d305f6a93957d8e3426d2ae493a15bf (patch) | |
| tree | 88c67134e1b874eb50504d575cdd43072c6770a1 /org.fox.ttrss/src/main/res/layout/headlines_row.xml | |
| parent | d368ffa6886c2014827db95b02d933589f7a7996 (diff) | |
remove inline video player
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 | 7 |
1 files changed, 0 insertions, 7 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 b662d61e..cb7dfde1 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml @@ -91,13 +91,6 @@ android:cropToPadding="true" android:visibility="visible" /> - <VideoView - android:id="@+id/flavor_video" - android:layout_width="match_parent" - android:layout_height="200dp" - android:layout_gravity="center" - android:visibility="gone" /> - <ImageView android:id="@+id/flavor_video_play" android:layout_width="64dp" |