mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-12-18 08:41:03 +00:00
update logo
This commit is contained in:
10
app/src/main/res/drawable/logo_home.xml
Normal file
10
app/src/main/res/drawable/logo_home.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?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="48dp"
|
||||
android:height="48dp"
|
||||
android:drawable="@drawable/logo_psb_only"
|
||||
android:gravity="center" />
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user