mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Clean up track button changes
This commit is contained in:
		| @@ -85,12 +85,16 @@ | ||||
|  | ||||
|         </FrameLayout> | ||||
|  | ||||
|         <com.google.android.material.divider.MaterialDivider | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="wrap_content" /> | ||||
|  | ||||
|         <Button | ||||
|             android:id="@+id/track_btn" | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_marginHorizontal="16dp" | ||||
|             android:layout_marginVertical="4dp" | ||||
|             android:layout_marginVertical="8dp" | ||||
|             android:text="@string/action_track" | ||||
|             android:enabled="false" /> | ||||
|  | ||||
|   | ||||
| @@ -1,12 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <menu xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto"> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/done" | ||||
|         android:enabled="false" | ||||
|         android:icon="@drawable/ic_check_24dp" | ||||
|         android:title="@android:string/ok" | ||||
|         app:iconTint="?attr/colorOnToolbar" | ||||
|         app:showAsAction="ifRoom" /> | ||||
| </menu> | ||||
		Reference in New Issue
	
	Block a user