Fix top notification badges

This commit is contained in:
Thomas 2022-12-18 15:28:42 +01:00
parent 4dd9924857
commit 15bbb83c65
3 changed files with 7 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" <shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"> android:shape="rectangle">
<solid android:color="?colorPrimary" /> <solid android:color="?colorErrorContainer" />
<padding <padding
android:left="2dp" android:left="2dp"
android:right="2dp" /> android:right="2dp" />

View file

@ -8,10 +8,12 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="top|center_horizontal" android:layout_gravity="top|center_horizontal"
android:layout_marginStart="10dp" android:layout_marginStart="10dp"
android:paddingStart="5dp"
android:paddingEnd="5dp"
android:background="@drawable/shape_counter" android:background="@drawable/shape_counter"
android:gravity="center" android:gravity="center"
android:padding="3dp" android:padding="3dp"
android:textColor="?colorOnPrimary" android:textColor="?colorOnErrorContainer"
android:textSize="11sp" android:textSize="11sp"
tools:text="9+" /> tools:text="9+" />
</merge> </merge>

View file

@ -5,4 +5,6 @@ Added:
Fixed: Fixed:
- Fix a regression with filters - Fix a regression with filters
- Fix dark solarized theme - Fix dark solarized theme
- Fix status bar color for all themes - Fix status bar color for all themes
- Fix add all home muted accounts from lists
- Fix top notification badges