mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-03-30 13:21:43 -04:00
7 lines
305 B
XML
7 lines
305 B
XML
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@color/ic_launcher_background"/>
|
|
<item android:gravity="center"
|
|
android:width="256dp"
|
|
android:height="256dp"
|
|
android:drawable="@drawable/ic_launcher_foreground" />
|
|
</layer-list> |