summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-10 09:14:18 +0300
committerAndrew Dolgov <[email protected]>2015-07-10 09:14:18 +0300
commit5c0768b40d305f6a93957d8e3426d2ae493a15bf (patch)
tree88c67134e1b874eb50504d575cdd43072c6770a1 /org.fox.ttrss/src/main/res
parentd368ffa6886c2014827db95b02d933589f7a7996 (diff)
remove inline video player
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml7
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread.xml7
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml6
3 files changed, 0 insertions, 20 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"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
index 5e9307e6..26b02739 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
@@ -93,13 +93,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="match_parent"
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index f29ecbf4..e8fcdcb6 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -188,12 +188,6 @@
android:defaultValue="false"
android:key="transport_debugging"
android:title="@string/transport_debugging" />
- <org.fox.ttrss.util.LessBrokenSwitchPreference
- android:defaultValue="false"
- android:key="enable_headlines_video"
- android:title="Inline video player"
- android:summary="Enable rudimentary video player in headlines view. Tap to (un)pause." />
-
</PreferenceCategory>
<Preference