Version 3.1(After Revision):
Added Lihat Laporan Button in dashboard to move into the new Chart Added Indonesia Full Translation Full
This commit is contained in:
18
app/src/main/res/drawable/marker_background.xml
Normal file
18
app/src/main/res/drawable/marker_background.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<?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>
|
Reference in New Issue
Block a user