mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-03-11 16:53:00 +00:00
add iOS style battery widget
This commit is contained in:
19
android/app/src/main/res/drawable/popup_shape.xml
Normal file
19
android/app/src/main/res/drawable/popup_shape.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid
|
||||
android:color="@color/popup_background">
|
||||
</solid>
|
||||
|
||||
<padding
|
||||
android:bottom="56dp"
|
||||
android:top="16dp">
|
||||
</padding>
|
||||
|
||||
<corners
|
||||
android:radius="56dp">
|
||||
</corners>
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user