
Added Lihat Laporan Button in dashboard to move into the new Chart Added Indonesia Full Translation Full
19 lines
429 B
XML
19 lines
429 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<solid android:color="#CC000000" />
|
|
|
|
<corners android:radius="8dp" />
|
|
|
|
<padding
|
|
android:left="8dp"
|
|
android:top="8dp"
|
|
android:right="8dp"
|
|
android:bottom="8dp" />
|
|
|
|
<stroke
|
|
android:width="1dp"
|
|
android:color="#88000000" />
|
|
</shape>
|