From fda89a8d3647d8fe10448d1da612f869d25cf7d5 Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Sat, 30 Sep 2023 15:35:21 -0400 Subject: [PATCH 1/2] Change color --- mastodon/src/main/res/layout/tab_bar.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" /> From df06cdb0bb4453874e2e4f45a86d5b85c1467596 Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Sat, 30 Sep 2023 15:37:42 -0400 Subject: [PATCH 2/2] Update nightly-builds.yml --- .github/workflows/nightly-builds.yml | 1 + 1 file changed, 1 insertion(+) 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: