MuntashirAkon / AppManager

A full-featured package manager and viewer for Android
https://muntashirakon.github.io/AppManager/
Other
4.74k stars 265 forks source link

Fix Banner size #980

Open DaddydroiD opened 1 year ago

DaddydroiD commented 1 year ago

Sorry can't post in bug???

(android:drawable="@mipmap/ic_banner_foreground" android:inset="16.750002%" />) ๐Ÿ‘ It solves the size problem.

You only forgot to remove "ic_banner" in mimap_xhdpi And the Banner in manifest points to it.

Thanks for all the hard work๐Ÿ‘Œ

Describe your problem(s)

No response

Additional context

No response

MuntashirAkon commented 1 year ago

Adaptive banner only works in API 26 and later. I still need to support older APIs.