Skip to content

Commit

Permalink
fix #2463 - Fixed the logo to look in 1:1 aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikashgathala authored and therajanmaurya committed Jan 5, 2024
1 parent 1451013 commit 53aa750
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/drawable/splash_background.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<item android:drawable="@color/white" />

<item>
<bitmap android:src="@drawable/mifos_splash_screen_logo" />
<bitmap android:src="@drawable/mifos_splash_screen_logo"
android:gravity="center"/>
</item>

</layer-list>

0 comments on commit 53aa750

Please sign in to comment.