mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-03-19 04:31:27 +00:00
widgets!
This commit is contained in:
20
android/app/src/main/res/drawable/popup_button_shape.xml
Normal file
20
android/app/src/main/res/drawable/popup_button_shape.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid
|
||||
android:color="#902E2E2E">
|
||||
</solid>
|
||||
|
||||
<padding
|
||||
android:left="1dp"
|
||||
android:top="1dp"
|
||||
android:right="1dp"
|
||||
android:bottom="1dp" />
|
||||
|
||||
<corners
|
||||
android:radius="5000dp">
|
||||
</corners>
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user