pull/999/head
deniscerri 8 months ago
parent fd85c29fd8
commit 7355bc7948
No known key found for this signature in database
GPG Key ID: 95C43D517D830350

@ -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/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-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) [![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. ### 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. 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
[<img src="https://raw.githubusercontent.com/WSTxda/WSTxda/main/images/BMC.svg"
alt='Donate with BMC'
height="80">](https://www.buymeacoffee.com/deniscerri)
## 🙏 Thanks ## 🙏 Thanks
- [decipher3114](https://github.com/decipher3114) for the app's icon - [decipher3114](https://github.com/decipher3114) for the app's icon

@ -22,6 +22,7 @@
app:cardCornerRadius="20dp" app:cardCornerRadius="20dp"
app:cardElevation="0dp" app:cardElevation="0dp"
app:strokeColor="?attr/colorPrimary" app:strokeColor="?attr/colorPrimary"
app:cardBackgroundColor="?attr/colorSurfaceContainer"
app:checkedIconTint="?attr/colorPrimary" app:checkedIconTint="?attr/colorPrimary"
app:cardMaxElevation="12dp" app:cardMaxElevation="12dp"
app:cardPreventCornerOverlap="true" app:cardPreventCornerOverlap="true"
@ -54,7 +55,6 @@
android:paddingEnd="10dp" android:paddingEnd="10dp"
android:scrollbars="none" android:scrollbars="none"
android:shadowRadius="2" android:shadowRadius="2"
android:textColor="#FFF"
android:textSize="17sp" android:textSize="17sp"
android:textStyle="bold" android:textStyle="bold"
app:layout_constraintEnd_toStartOf="@+id/check_missing" app:layout_constraintEnd_toStartOf="@+id/check_missing"
@ -72,7 +72,6 @@
android:paddingEnd="10dp" android:paddingEnd="10dp"
android:scrollbars="none" android:scrollbars="none"
android:shadowRadius="1.5" android:shadowRadius="1.5"
android:textColor="#FFF"
android:textSize="12sp" android:textSize="12sp"
android:textStyle="bold" android:textStyle="bold"
app:layout_constraintVertical_bias="0.0" app:layout_constraintVertical_bias="0.0"
@ -102,7 +101,7 @@
style="@style/Widget.Material3.Chip.Assist.Elevated" style="@style/Widget.Material3.Chip.Assist.Elevated"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_marginHorizontal="5dp" android:layout_marginHorizontal="10dp"
android:layout_marginVertical="8dp" android:layout_marginVertical="8dp"
android:outlineProvider="none" android:outlineProvider="none"
app:chipIcon="@drawable/baseline_loop_24" app:chipIcon="@drawable/baseline_loop_24"

Loading…
Cancel
Save