mirror of
https://github.com/fankes/TSBattery.git
synced 2025-09-07 19:14:19 +08:00
Initial commit
This commit is contained in:
6
app/src/main/res/drawable/dark_round.xml
Executable file
6
app/src/main/res/drawable/dark_round.xml
Executable file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#6A6A6A" />
|
||||
<corners android:radius="15dp" />
|
||||
</shape>
|
Reference in New Issue
Block a user