mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Use download badge color for downloaded only banner
This commit is contained in:
		@@ -13,7 +13,7 @@
 | 
			
		||||
            android:id="@+id/downloaded_only"
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:background="?attr/colorSecondary"
 | 
			
		||||
            android:background="@color/pale_green"
 | 
			
		||||
            android:visibility="gone">
 | 
			
		||||
 | 
			
		||||
            <TextView
 | 
			
		||||
@@ -22,7 +22,7 @@
 | 
			
		||||
                android:layout_gravity="center"
 | 
			
		||||
                android:padding="4dp"
 | 
			
		||||
                android:text="@string/label_downloaded_only"
 | 
			
		||||
                android:textColor="?attr/colorOnSecondary" />
 | 
			
		||||
                android:textColor="@color/md_black_1000" />
 | 
			
		||||
 | 
			
		||||
        </FrameLayout>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user