mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Tracking: replace tick with button (#5768)
* make check only visible after selecting an item * replace tick with button and send to bottom * fixed button visibility * grey btn out * resolving some bits * removing the tick from appbar * remove useless lines, appl insetter
This commit is contained in:
		| @@ -17,7 +17,6 @@ | ||||
|             android:layout_height="?attr/actionBarSize" | ||||
|             android:theme="?attr/actionBarTheme" | ||||
|             app:contentInsetStartWithNavigation="0dp" | ||||
|             app:menu="@menu/track_search" | ||||
|             app:navigationIcon="@drawable/ic_close_24dp" | ||||
|             app:title="@string/add_tracking" /> | ||||
|  | ||||
| @@ -86,6 +85,15 @@ | ||||
|  | ||||
|         </FrameLayout> | ||||
|  | ||||
|         <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:text="@string/action_track" | ||||
|             android:enabled="false" /> | ||||
|  | ||||
|     </LinearLayout> | ||||
|  | ||||
| </androidx.coordinatorlayout.widget.CoordinatorLayout> | ||||
|   | ||||
| @@ -400,6 +400,7 @@ | ||||
|     <string name="tracking_info">One-way sync to update the chapter progress in tracking services. Set up tracking for individual manga entries from their tracking button.</string> | ||||
|     <string name="enhanced_services">Enhanced services</string> | ||||
|     <string name="enhanced_tracking_info">Services that provide enhanced features for specific sources. Manga are automatically tracked when added to your library.</string> | ||||
|     <string name="action_track">Track</string> | ||||
|  | ||||
|       <!-- Browse section --> | ||||
|     <string name="pref_enable_automatic_extension_updates">Check for extension updates</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user