mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Remove some unused resources
This commit is contained in:
		@@ -1,19 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    android:color="?attr/colorControlHighlight">
 | 
			
		||||
    <item>
 | 
			
		||||
        <selector>
 | 
			
		||||
            <item android:state_selected="true">
 | 
			
		||||
                <color android:color="?attr/colorControlHighlight" />
 | 
			
		||||
            </item>
 | 
			
		||||
 | 
			
		||||
            <item android:state_activated="true">
 | 
			
		||||
                <color android:color="?attr/colorControlHighlight" />
 | 
			
		||||
            </item>
 | 
			
		||||
 | 
			
		||||
            <item>
 | 
			
		||||
                <color android:color="?attr/colorSurface" />
 | 
			
		||||
            </item>
 | 
			
		||||
        </selector>
 | 
			
		||||
    </item>
 | 
			
		||||
</ripple>
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    android:id="@android:id/text1"
 | 
			
		||||
    style="@style/Widget.Tachiyomi.SpinnerItem"
 | 
			
		||||
    android:layout_width="match_parent"
 | 
			
		||||
    android:layout_height="?attr/dropdownListPreferredItemHeight"
 | 
			
		||||
    android:ellipsize="end"
 | 
			
		||||
    android:singleLine="true" />
 | 
			
		||||
@@ -63,16 +63,6 @@
 | 
			
		||||
    </style>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <!--=======-->
 | 
			
		||||
    <!--Widgets-->
 | 
			
		||||
    <!--=======-->
 | 
			
		||||
 | 
			
		||||
    <style name="Widget.Tachiyomi.SpinnerItem" parent="Widget.AppCompat.DropDownItem.Spinner">
 | 
			
		||||
        <item name="android:textColor">?attr/colorOnSurface</item>
 | 
			
		||||
        <item name="android:background">@drawable/list_item_selector</item>
 | 
			
		||||
    </style>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <!--=======================-->
 | 
			
		||||
    <!--Widgets.MaterialDivider-->
 | 
			
		||||
    <!--=======================-->
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user