-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: sound button position * fix: cutout problem * fix: visibility checker problem due to transparent navigation bar #475 * fix: open measurement sdk import problem * fix: video outstream watch again problem #475 * fix: add min size property to display interstitial example #475 * fix: mraid resize example #475 * fix: open measurement sdk visibility problem #475 * fix: device ext field #475
- Loading branch information
1 parent
1c18bb6
commit e10e018
Showing
15 changed files
with
129 additions
and
50 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
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
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
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
5 changes: 1 addition & 4 deletions
5
PrebidMobile/PrebidMobile-core/src/main/res/values-v21/styles.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
18 changes: 18 additions & 0 deletions
18
PrebidMobile/PrebidMobile-core/src/main/res/values-v28/styles.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,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<style name="FullScreenDialogTheme" parent="android:Theme.Material.NoActionBar.Fullscreen"> | ||
<!-- Display in cutout mode --> | ||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item> | ||
|
||
<item name="android:windowActionBar">false</item> | ||
<item name="android:windowNoTitle">true</item> | ||
<item name="android:windowFullscreen">true</item> | ||
<item name="android:colorBackground">@android:color/black</item> | ||
|
||
<item name="android:windowTranslucentNavigation">true</item> | ||
<item name="android:windowTranslucentStatus">true</item> | ||
<item name="android:navigationBarColor">@android:color/transparent</item> | ||
</style> | ||
|
||
</resources> |
18 changes: 18 additions & 0 deletions
18
PrebidMobile/PrebidMobile-core/src/main/res/values-v30/styles.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,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<style name="FullScreenDialogTheme" parent="android:Theme.Material.NoActionBar.Fullscreen"> | ||
<!-- Display in cutout mode --> | ||
<item name="android:windowLayoutInDisplayCutoutMode">always</item> | ||
|
||
<item name="android:windowActionBar">false</item> | ||
<item name="android:windowNoTitle">true</item> | ||
<item name="android:windowFullscreen">true</item> | ||
<item name="android:colorBackground">@android:color/black</item> | ||
|
||
<item name="android:windowTranslucentNavigation">true</item> | ||
<item name="android:windowTranslucentStatus">true</item> | ||
<item name="android:navigationBarColor">@android:color/transparent</item> | ||
</style> | ||
|
||
</resources> |
File renamed without changes.
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
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