mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-22 17:04:28 +00:00
add proper colored popups like ios
This commit is contained in:
@@ -4,16 +4,16 @@
|
||||
android:shape="rectangle" >
|
||||
|
||||
<solid
|
||||
android:color="#000000" >
|
||||
android:color="@color/popup_background" >
|
||||
</solid>
|
||||
|
||||
<padding
|
||||
android:bottom="64dp"
|
||||
android:bottom="56dp"
|
||||
android:top="16dp">
|
||||
</padding>
|
||||
|
||||
<corners
|
||||
android:radius="48dp">
|
||||
android:radius="56dp">
|
||||
</corners>
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user