mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-12-16 07:51:02 +00:00
11 lines
367 B
XML
11 lines
367 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@color/white" />
|
|
|
|
<!-- Logo with controlled size -->
|
|
<item
|
|
android:width="120dp"
|
|
android:height="120dp"
|
|
android:drawable="@drawable/logo_psb_crop"
|
|
android:gravity="center" />
|
|
</layer-list> |