10 lines
286 B
XML
10 lines
286 B
XML
<?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> |