From 7355bc7948d53c23d9283714ee0aab9c29433bbb Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Wed, 19 Nov 2025 21:13:43 +0100 Subject: [PATCH] . --- README.md | 8 ++++++++ app/src/main/res/layout/observe_sources_item.xml | 5 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56ed5940..c9f0f97d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ [![community](https://img.shields.io/badge/Discord-YTDLnis-blueviolet?style=flat-square&logo=discord)](https://discord.gg/WW3KYWxAPm) [![community](https://img.shields.io/badge/Telegram-YTDLnis-blue?style=flat-square&logo=telegram)](https://t.me/ytdlnis) [![community](https://img.shields.io/badge/Telegram-Updates-red?style=flat-square&logo=telegram)](https://t.me/ytdlnisupdates) +![GitHub Sponsor](https://img.shields.io/github/sponsors/deniscerri?label=Sponsor&logo=GitHub) ### Only the links above are the only trusted sources of YTDLnis. Everything else is not related to me. @@ -154,6 +155,13 @@ Accepted variables: Except for the source code licensed under the GPLv3 license, all other parties are prohibited from using the "YTDLnis" name as a downloader app, and the same is true for its derivatives. Derivatives include but are not limited to forks and unofficial builds. +## 😁 Donate + + +[](https://www.buymeacoffee.com/deniscerri) + ## 🙏 Thanks - [decipher3114](https://github.com/decipher3114) for the app's icon diff --git a/app/src/main/res/layout/observe_sources_item.xml b/app/src/main/res/layout/observe_sources_item.xml index df0e74fb..c2329e72 100644 --- a/app/src/main/res/layout/observe_sources_item.xml +++ b/app/src/main/res/layout/observe_sources_item.xml @@ -22,6 +22,7 @@ app:cardCornerRadius="20dp" app:cardElevation="0dp" app:strokeColor="?attr/colorPrimary" + app:cardBackgroundColor="?attr/colorSurfaceContainer" app:checkedIconTint="?attr/colorPrimary" app:cardMaxElevation="12dp" app:cardPreventCornerOverlap="true" @@ -54,7 +55,6 @@ android:paddingEnd="10dp" android:scrollbars="none" android:shadowRadius="2" - android:textColor="#FFF" android:textSize="17sp" android:textStyle="bold" app:layout_constraintEnd_toStartOf="@+id/check_missing" @@ -72,7 +72,6 @@ android:paddingEnd="10dp" android:scrollbars="none" android:shadowRadius="1.5" - android:textColor="#FFF" android:textSize="12sp" android:textStyle="bold" app:layout_constraintVertical_bias="0.0" @@ -102,7 +101,7 @@ style="@style/Widget.Material3.Chip.Assist.Elevated" android:layout_width="wrap_content" android:layout_height="0dp" - android:layout_marginHorizontal="5dp" + android:layout_marginHorizontal="10dp" android:layout_marginVertical="8dp" android:outlineProvider="none" app:chipIcon="@drawable/baseline_loop_24"