mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-13 10:42:21 +00:00
font, header
This commit is contained in:
16
app/src/main/res/drawable/header_bg.xml
Normal file
16
app/src/main/res/drawable/header_bg.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:top="-6dp"
|
||||
android:left="-6dp"
|
||||
android:right="-6dp"
|
||||
android:bottom="0dp">
|
||||
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/white"/>
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/black_50"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
Reference in New Issue
Block a user