mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-12 18:22:22 +00:00
update test
This commit is contained in:
9
app/src/main/res/drawable/bg_text_field.xml
Normal file
9
app/src/main/res/drawable/bg_text_field.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/white" />
|
||||
<corners android:radius="5dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/black_100" />
|
||||
</shape>
|
BIN
app/src/main/res/drawable/ic_upload.png
Normal file
BIN
app/src/main/res/drawable/ic_upload.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
Reference in New Issue
Block a user