mirror of
https://github.com/YTVanced/VancedManager
synced 2025-01-03 14:10:59 +00:00
removed gradient from sponsor buttons
This commit is contained in:
parent
98f07cdf50
commit
18b79aace8
2 changed files with 0 additions and 39 deletions
|
@ -1,38 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item>
|
||||
|
||||
<shape android:shape="rectangle" >
|
||||
|
||||
<gradient
|
||||
android:angle="45"
|
||||
android:endColor="#FFFF0032"
|
||||
android:startColor="#FF2E73FF" />
|
||||
|
||||
<corners
|
||||
android:topLeftRadius="12dp"
|
||||
android:topRightRadius="12dp"
|
||||
android:bottomLeftRadius="12dp"
|
||||
android:bottomRightRadius="12dp" />
|
||||
|
||||
</shape>
|
||||
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:bottom="1.5dp"
|
||||
android:left="1.5dp"
|
||||
android:right="1.5dp"
|
||||
android:top="1.5dp">
|
||||
<shape android:shape="rectangle" >
|
||||
<solid android:color="?colorLinkBG" />
|
||||
<corners
|
||||
android:topLeftRadius="12dp"
|
||||
android:topRightRadius="12dp"
|
||||
android:bottomLeftRadius="12dp"
|
||||
android:bottomRightRadius="12dp" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
|
@ -14,7 +14,6 @@
|
|||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@drawable/sponsor_background"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
|
|
Loading…
Reference in a new issue