Style the recommendations buttonm
This commit is contained in:
parent
b09f1fff51
commit
f497e605b4
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user