Files
Health-Journal-App/app/src/main/res/drawable/marker_background.xml
Diassdp 1aa29f0e23 Version 3.1(After Revision):
Added Lihat Laporan Button in dashboard to move into the new Chart
Added Indonesia Full Translation Full
2025-05-16 20:17:45 +07:00

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>