From f3c14a1e5591f9d244c73bc0e53a6e042f5b9a06 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 25 Oct 2017 17:03:07 -0400 Subject: Fix/pip video (#445) * Test frame wrapper * Update padding bounds * Clear toolbar on hide * Optimize * Update changelog * Disable toolbar rather than remove it * Improve controls and fix toolbar issue * Optimize --- app/src/main/res/layout/activity_frame_wrapper.xml | 5 ++++ app/src/main/res/layout/view_video.xml | 31 +++++++--------------- app/src/main/res/xml/frost_changelog.xml | 4 +-- 3 files changed, 17 insertions(+), 23 deletions(-) create mode 100644 app/src/main/res/layout/activity_frame_wrapper.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_frame_wrapper.xml b/app/src/main/res/layout/activity_frame_wrapper.xml new file mode 100644 index 00000000..585789ef --- /dev/null +++ b/app/src/main/res/layout/activity_frame_wrapper.xml @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/app/src/main/res/layout/view_video.xml b/app/src/main/res/layout/view_video.xml index e8782459..b8226ff2 100644 --- a/app/src/main/res/layout/view_video.xml +++ b/app/src/main/res/layout/view_video.xml @@ -1,5 +1,5 @@ - + android:layout_width="match_parent" + android:layout_height="match_parent" + android:clickable="false" /> + android:layout_width="match_parent" + android:layout_height="?attr/actionBarSize" /> @@ -50,4 +39,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 5cc8a2c8..98441a58 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,7 +6,7 @@ --> - + @@ -14,7 +14,7 @@ - + -- cgit v1.2.3