From a30421e73b645bdbab97735875c26a77f27c0bac Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 10 Oct 2021 20:20:14 +0800 Subject: Set playback speed in other ViewImgurVideoFragment and ViewRedditGalleryVideoFragment. --- app/src/main/res/drawable/ic_notification.xml | 18 +++++++++--------- app/src/main/res/menu/view_imgur_video_fragment.xml | 7 +++++++ .../res/menu/view_reddit_gallery_video_fragment.xml | 7 +++++++ app/src/main/res/menu/view_video.xml | 17 ----------------- app/src/main/res/menu/view_video_activity.xml | 17 +++++++++++++++++ 5 files changed, 40 insertions(+), 26 deletions(-) delete mode 100644 app/src/main/res/menu/view_video.xml create mode 100644 app/src/main/res/menu/view_video_activity.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable/ic_notification.xml b/app/src/main/res/drawable/ic_notification.xml index 50344c41..1b6dfc8d 100644 --- a/app/src/main/res/drawable/ic_notification.xml +++ b/app/src/main/res/drawable/ic_notification.xml @@ -1,19 +1,19 @@ - - + - - - - - - + + + + + + diff --git a/app/src/main/res/menu/view_imgur_video_fragment.xml b/app/src/main/res/menu/view_imgur_video_fragment.xml index 8a671463..80cd8b8d 100644 --- a/app/src/main/res/menu/view_imgur_video_fragment.xml +++ b/app/src/main/res/menu/view_imgur_video_fragment.xml @@ -7,4 +7,11 @@ android:title="@string/action_download" android:icon="@drawable/ic_file_download_toolbar_white_24dp" app:showAsAction="ifRoom" /> + + \ No newline at end of file diff --git a/app/src/main/res/menu/view_reddit_gallery_video_fragment.xml b/app/src/main/res/menu/view_reddit_gallery_video_fragment.xml index 061ab71e..8297b63f 100644 --- a/app/src/main/res/menu/view_reddit_gallery_video_fragment.xml +++ b/app/src/main/res/menu/view_reddit_gallery_video_fragment.xml @@ -7,4 +7,11 @@ android:title="@string/action_download" android:icon="@drawable/ic_file_download_toolbar_white_24dp" app:showAsAction="ifRoom" /> + + \ No newline at end of file diff --git a/app/src/main/res/menu/view_video.xml b/app/src/main/res/menu/view_video.xml deleted file mode 100644 index fa00369b..00000000 --- a/app/src/main/res/menu/view_video.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/menu/view_video_activity.xml b/app/src/main/res/menu/view_video_activity.xml new file mode 100644 index 00000000..fa00369b --- /dev/null +++ b/app/src/main/res/menu/view_video_activity.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3