mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-26 03:23:59 +01:00
Fix missed update item wallpaper bubble background corner radius.
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/wallpaper_bubble_color" />
|
||||
<corners android:topLeftRadius="12dp"
|
||||
android:topRightRadius="12dp"/>
|
||||
<corners android:topLeftRadius="24dp"
|
||||
android:topRightRadius="24dp"/>
|
||||
</shape>
|
||||
|
||||
Reference in New Issue
Block a user