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"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="?colorPrimary" />
<solid android:color="?colorErrorContainer" />
<padding
android:left="2dp"
android:right="2dp" />

View File

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

View File

@ -5,4 +5,6 @@ Added:
Fixed:
- Fix a regression with filters
- 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