forked from mirrors/Fedilab
Fix top notification badges
This commit is contained in:
parent
4dd9924857
commit
15bbb83c65
3 changed files with 7 additions and 3 deletions
|
@ -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" />
|
||||||
|
|
|
@ -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>
|
|
@ -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
|
Loading…
Reference in a new issue