Skip to content

Commit

Permalink
[#4081] Set fixed size for banner ad container (#4082)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan authored Nov 24, 2024
1 parent 1b33b17 commit 8b2e1df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions android/ui/mobile/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@

<!-- Splash -->
<dimen name="padding_splash_icon">32dp</dimen>

<!-- Ads -->
<dimen name="ads_banner_height">60dp</dimen>
</resources>
3 changes: 1 addition & 2 deletions android/ui/mobile/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -526,9 +526,8 @@

<!-- Ad -->
<style name="BaseBannerAdStyle">
<item name="android:visibility">gone</item>
<item name="android:layout_width">@dimen/fit</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_height">@dimen/ads_banner_height</item>
</style>

<!-- Premium -->
Expand Down

0 comments on commit 8b2e1df

Please sign in to comment.