Skip to content

Commit

Permalink
fix: Splash on Android 24 (openfoodfacts#2832)
Browse files Browse the repository at this point in the history
* Fix issues with drawables on Android < 24

* Add some bottom margins
  • Loading branch information
g123k authored Aug 23, 2022
1 parent a73fa69 commit ab068ed
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 148 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<item android:bottom="20dp">
<bitmap
android:src="@drawable/logo_text"
android:gravity="bottom|center_horizontal"/>
android:gravity="bottom"/>
</item>

</layer-list>

This file was deleted.

0 comments on commit ab068ed

Please sign in to comment.