-
Notifications
You must be signed in to change notification settings - Fork 991
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NTV-208: Scrolling transition of the video player (#1461)
* Create motion scene animation for project page tab layout, and create scrolling transition with collapsable ltoolbar * fix green background and npe * Move toolbar into it's own app bar layout * Tests * Fix green background * Linter * no message * - Collapsible header with paralax effect * Scrolling tests * Fix layout * change button to red * change red button * Update screenshot tests * Remove motion layout, fix button order in toolbar * Reformat xml Co-authored-by: Isabel Martin <[email protected]> Co-authored-by: Hadia <[email protected]>
- Loading branch information
1 parent
8bc849a
commit 3a6b573
Showing
9 changed files
with
225 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-156 Bytes
(99%)
...ing.ui.components.MediaHeaderShotTest_playButton_whenVisibilityFalse_isGone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-140 Bytes
(99%)
...g.ui.components.MediaHeaderShotTest_playButton_whenVisibilityTrue_isVisible.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
app/src/main/res/drawable/ic_toolbar_button_background.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="35dp" | ||
android:height="35dp" | ||
android:viewportWidth="35" | ||
android:viewportHeight="35"> | ||
<path | ||
android:pathData="M17.5,0L17.5,0A17.5,17.5 0,0 1,35 17.5L35,17.5A17.5,17.5 0,0 1,17.5 35L17.5,35A17.5,17.5 0,0 1,0 17.5L0,17.5A17.5,17.5 0,0 1,17.5 0z" | ||
android:strokeAlpha="0.9" | ||
android:fillColor="#ffffff" | ||
android:fillAlpha="0.9"/> | ||
</vector> |
Oops, something went wrong.