Merge pull request #268 from Henry-Hiles/master

Change badge color and add manual workflow
This commit is contained in:
LucasGGamerM 2023-09-30 19:12:50 -03:00 committed by GitHub
commit ce9dda4e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -3,6 +3,7 @@ name: Nightly builds
on:
push:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:

View File

@ -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" />
</RelativeLayout>