diff --git a/README.MD b/README.MD index 780f4a42..6bb68b77 100644 --- a/README.MD +++ b/README.MD @@ -9,6 +9,10 @@
+[![Github Download](https://custom-icon-badges.herokuapp.com/badge/Download-blue?style=for-the-badge&logo=download&logoColor=white)](https://github.com/deniscerri/ytdlnis/releases/latest) +[![IZZY](https://custom-icon-badges.herokuapp.com/badge/Izzy-red?style=for-the-badge&logo=download&logoColor=white)](https://android.izzysoft.de/repo/apk/com.deniscerri.ytdl) + + ![CI](https://github.com/deniscerri/ytdlnis/actions/workflows/android.yml/badge.svg?branch=main&event=pull) [![stable release](https://img.shields.io/github/release/deniscerri/ytdlnis.svg?maxAge=3600&label=download)](https://github.com/deniscerri/ytdlnis/releases/latest) [![preview release](https://img.shields.io/github/release/deniscerri/ytdlnis.svg?maxAge=3600&include_prereleases&label=preview)](https://github.com/deniscerri/ytdlnis/releases) diff --git a/app/src/main/res/layout/template_shortcuts.xml b/app/src/main/res/layout/template_shortcuts.xml index 4d4f8123..e48ca4a0 100644 --- a/app/src/main/res/layout/template_shortcuts.xml +++ b/app/src/main/res/layout/template_shortcuts.xml @@ -53,7 +53,7 @@ app:endIconMode="custom" app:endIconDrawable="@drawable/ic_plus" android:hint="@string/create_shortcut" - style="@style/Widget.Material3.TextInputLayout.OutlinedBox"> + style="@style/Widget.Material3.TextInputLayout.FilledBox"> @android:color/transparent @style/ThemeOverlay.Material3.MaterialAlertDialog 28dp + true + @style/ThemeOverlay.Material3.Dark.ActionBar false @style/Preference.SwitchPreferenceCompat.Material3 @style/snackBarStyle diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index b439f080..b73bb0cf 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -5,6 +5,8 @@ @android:color/transparent @style/ThemeOverlay.Material3.MaterialAlertDialog 28dp + true + @style/ThemeOverlay.Material3.Dark.ActionBar true @style/Preference.SwitchPreferenceCompat.Material3 @style/snackBarStyle