diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/activity_frame_wrapper.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/layout/activity_selector.xml | 16 | ||||
-rw-r--r-- | app/src/main/res/layout/view_video.xml | 11 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 8 |
4 files changed, 17 insertions, 21 deletions
diff --git a/app/src/main/res/layout/activity_frame_wrapper.xml b/app/src/main/res/layout/activity_frame_wrapper.xml index 585789ef..e51d3391 100644 --- a/app/src/main/res/layout/activity_frame_wrapper.xml +++ b/app/src/main/res/layout/activity_frame_wrapper.xml @@ -2,4 +2,5 @@ <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/frame_wrapper" android:layout_width="match_parent" - android:layout_height="match_parent" />
\ No newline at end of file + android:layout_height="match_parent" + android:fitsSystemWindows="true" />
\ No newline at end of file diff --git a/app/src/main/res/layout/activity_selector.xml b/app/src/main/res/layout/activity_selector.xml index a5f90aab..d9625731 100644 --- a/app/src/main/res/layout/activity_selector.xml +++ b/app/src/main/res/layout/activity_selector.xml @@ -2,9 +2,9 @@ <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/container" android:layout_width="match_parent" android:layout_height="match_parent" - android:id="@+id/container" android:paddingBottom="@dimen/kau_activity_vertical_margin" android:paddingEnd="@dimen/kau_activity_horizontal_margin" android:paddingStart="@dimen/kau_activity_horizontal_margin" @@ -17,7 +17,6 @@ android:layout_gravity="center_horizontal" android:layout_marginTop="@dimen/kau_activity_vertical_margin" android:text="@string/select_facebook_account" - android:textColor="@android:color/white" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.5" app:layout_constraintStart_toStartOf="parent" @@ -32,21 +31,10 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.5" - app:layout_constraintStart_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/text_select_account" app:layout_constraintVertical_bias="0.3" tools:layout_editor_absoluteX="0dp" tools:layout_editor_absoluteY="0dp" /> - <!--<android.support.v7.widget.AppCompatTextView--> - <!--android:layout_width="wrap_content"--> - <!--android:layout_height="wrap_content"--> - <!--android:layout_gravity="center_horizontal"--> - <!--android:text="@string/select_facebook_account"--> - <!--app:layout_constraintEnd_toEndOf="parent"--> - <!--app:layout_constraintHorizontal_bias="0.5"--> - <!--app:layout_constraintStart_toStartOf="parent"--> - <!--app:layout_constraintTop_toBottomOf="@userId/selector_recycler"--> - <!--tools:layout_editor_absoluteX="8dp"--> - <!--tools:layout_editor_absoluteY="0dp" />--> </android.support.constraint.ConstraintLayout>
\ 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 b8226ff2..ca256477 100644 --- a/app/src/main/res/layout/view_video.xml +++ b/app/src/main/res/layout/view_video.xml @@ -14,16 +14,10 @@ android:layout_height="match_parent" android:clickable="false" /> - <android.support.v7.widget.Toolbar - android:id="@+id/video_toolbar" - android:layout_width="match_parent" - android:layout_height="?attr/actionBarSize" /> - <com.pitchedapps.frost.views.FrostVideoView android:id="@+id/video" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_marginTop="?attr/actionBarSize" android:background="@android:color/transparent" android:theme="@style/FrostTheme.Video" app:useDefaultControls="true" @@ -38,5 +32,10 @@ </com.pitchedapps.frost.views.FrostVideoView> + <android.support.v7.widget.Toolbar + android:id="@+id/video_toolbar" + android:layout_width="match_parent" + android:background="@drawable/exomedia_default_controls_interactive_background" + android:layout_height="?attr/actionBarSize" /> </merge>
\ 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 65d577e0..6f1dc7a3 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -5,6 +5,14 @@ <version title="v" /> <item text="" /> --> + + <version title="v1.6.3" /> + <item text="Allow for truly full screen videos" /> + <item text="Support pip video everywhere" /> + <item text="Support gifs" /> + <item text="" /> + <item text="" /> + <item text="" /> <version title="v1.6.2" /> <item text="Fix search update from Facebook" /> |