mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-14 02:52:22 +00:00
connect localserver
This commit is contained in:
8
app/src/main/res/drawable/selector_home.xml
Normal file
8
app/src/main/res/drawable/selector_home.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:state_checked="true"
|
||||
android:drawable="@drawable/baseline_home_24" />
|
||||
<item
|
||||
android:drawable="@drawable/outline_home_24" />
|
||||
</selector>
|
Reference in New Issue
Block a user