diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index 4034119c4..2d212bdb4 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -3,6 +3,7 @@ name: Nightly builds on: push: branches: [ "master" ] + workflow_dispatch: jobs: build: diff --git a/mastodon/src/main/res/layout/tab_bar.xml b/mastodon/src/main/res/layout/tab_bar.xml index 7a358fd3e..9649ee582 100644 --- a/mastodon/src/main/res/layout/tab_bar.xml +++ b/mastodon/src/main/res/layout/tab_bar.xml @@ -130,18 +130,18 @@ android:id="@+id/notifications_badge" android:layout_width="wrap_content" android:layout_height="16dp" - android:layout_gravity="center" android:layout_alignTop="@id/notifications_icon" - android:layout_toEndOf="@id/notifications_icon" - android:layout_marginTop="-4dp" + android:layout_gravity="center" android:layout_marginStart="-12dp" + android:layout_marginTop="-4dp" + android:layout_toEndOf="@id/notifications_icon" android:background="@drawable/bg_tabbar_badge" - android:textColor="?colorM3OnPrimary" android:gravity="center" android:includeFontPadding="false" - android:textAppearance="@style/m3_label_small" android:minWidth="16dp" - tools:text="222"/> + android:textAppearance="@style/m3_label_small" + android:textColor="@color/white" + tools:text="222" />