.
This commit is contained in:
parent
fd85c29fd8
commit
7355bc7948
2 changed files with 10 additions and 3 deletions
|
|
@ -44,6 +44,7 @@
|
|||
[](https://discord.gg/WW3KYWxAPm)
|
||||
[](https://t.me/ytdlnis)
|
||||
[](https://t.me/ytdlnisupdates)
|
||||

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