deploy unifind
This commit is contained in:
10
app/src/main/res/drawable/edit_text_border.xml
Normal file
10
app/src/main/res/drawable/edit_text_border.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Garis tepi (border) -->
|
||||
<stroke
|
||||
android:width="3dp"
|
||||
android:color="#A8A8A8" />
|
||||
<!-- Radius sudut -->
|
||||
<corners android:radius="8dp" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user