mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Style the recommendations buttonm
This commit is contained in:
		| @@ -357,7 +357,7 @@ | ||||
|  | ||||
|                     <Button | ||||
|                         android:id="@+id/merge_btn" | ||||
|                         style="@style/Widget.MaterialComponents.Button" | ||||
|                         style="@style/Theme.Widget.Button.FilledAccent" | ||||
|                         android:layout_width="match_parent" | ||||
|                         android:layout_height="0dp" | ||||
|                         android:layout_weight="1" | ||||
| @@ -370,7 +370,7 @@ | ||||
|  | ||||
|                     <Button | ||||
|                         android:id="@+id/recommend_btn" | ||||
|                         style="@style/Widget.MaterialComponents.Button" | ||||
|                         style="@style/Theme.Widget.Button.FilledAccent" | ||||
|                         android:layout_width="match_parent" | ||||
|                         android:layout_height="0dp" | ||||
|                         android:layout_weight="1" | ||||
|   | ||||
| @@ -344,7 +344,7 @@ | ||||
|  | ||||
|                 <Button | ||||
|                     android:id="@+id/merge_btn" | ||||
|                     style="@style/Widget.MaterialComponents.Button" | ||||
|                     style="@style/Theme.Widget.Button.FilledAccent" | ||||
|                     android:layout_width="match_parent" | ||||
|                     android:layout_height="0dp" | ||||
|                     android:layout_weight="1" | ||||
| @@ -357,7 +357,7 @@ | ||||
|  | ||||
|                 <Button | ||||
|                     android:id="@+id/recommend_btn" | ||||
|                     style="@style/Widget.MaterialComponents.Button" | ||||
|                     style="@style/Theme.Widget.Button.FilledAccent" | ||||
|                     android:layout_width="match_parent" | ||||
|                     android:layout_height="0dp" | ||||
|                     android:layout_weight="1" | ||||
|   | ||||
| @@ -390,20 +390,28 @@ | ||||
|  | ||||
|                 <Button | ||||
|                     android:id="@+id/merge_btn" | ||||
|                     style="@style/Widget.MaterialComponents.Button" | ||||
|                     style="@style/Theme.Widget.Button.FilledAccent" | ||||
|                     android:layout_width="match_parent" | ||||
|                     android:layout_height="0dp" | ||||
|                     android:layout_weight="1" | ||||
|                     android:layout_marginStart="16dp" | ||||
|                     android:layout_marginTop="4dp" | ||||
|                     android:layout_marginEnd="16dp" | ||||
|                     android:layout_marginBottom="4dp" | ||||
|                     android:text="@string/eh_merge_with_another_source" | ||||
|                     android:visibility="gone" | ||||
|                     tools:visibility="visible" /> | ||||
|  | ||||
|                 <Button | ||||
|                     android:id="@+id/recommend_btn" | ||||
|                     style="@style/Widget.MaterialComponents.Button" | ||||
|                     style="@style/Theme.Widget.Button.FilledAccent" | ||||
|                     android:layout_width="match_parent" | ||||
|                     android:layout_height="0dp" | ||||
|                     android:layout_weight="1" | ||||
|                     android:layout_marginStart="16dp" | ||||
|                     android:layout_marginTop="4dp" | ||||
|                     android:layout_marginEnd="16dp" | ||||
|                     android:layout_marginBottom="4dp" | ||||
|                     android:text="@string/az_recommends" | ||||
|                     android:visibility="gone" | ||||
|                     tools:visibility="visible" /> | ||||
|   | ||||
| @@ -377,20 +377,28 @@ | ||||
|  | ||||
|             <Button | ||||
|                 android:id="@+id/merge_btn" | ||||
|                 style="@style/Widget.MaterialComponents.Button" | ||||
|                 style="@style/Theme.Widget.Button.FilledAccent" | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="0dp" | ||||
|                 android:layout_weight="1" | ||||
|                 android:layout_marginStart="16dp" | ||||
|                 android:layout_marginTop="4dp" | ||||
|                 android:layout_marginEnd="16dp" | ||||
|                 android:layout_marginBottom="4dp" | ||||
|                 android:text="@string/eh_merge_with_another_source" | ||||
|                 android:visibility="gone" | ||||
|                 tools:visibility="visible"/> | ||||
|  | ||||
|             <Button | ||||
|                 android:id="@+id/recommend_btn" | ||||
|                 style="@style/Widget.MaterialComponents.Button" | ||||
|                 style="@style/Theme.Widget.Button.FilledAccent" | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="0dp" | ||||
|                 android:layout_weight="1" | ||||
|                 android:layout_marginStart="16dp" | ||||
|                 android:layout_marginTop="4dp" | ||||
|                 android:layout_marginEnd="16dp" | ||||
|                 android:layout_marginBottom="4dp" | ||||
|                 android:text="@string/az_recommends" | ||||
|                 android:visibility="gone" | ||||
|                 tools:visibility="visible" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user