Style the recommendations buttonm

This commit is contained in:
Jobobby04 2020-05-11 15:57:40 -04:00
parent b09f1fff51
commit f497e605b4
4 changed files with 24 additions and 8 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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" />

View File

@ -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" />