[fenix] For https://github.com/mozilla-mobile/fenix/issues/6607 Update button theming in no tab pane

pull/600/head
mcarare 5 years ago committed by Emily Kager
parent d8430ac635
commit 4bbd3756a6

@ -36,7 +36,7 @@ class NoContentMessageWithActionViewHolder(
with(view.context) {
if (buttonIcon != 0 || buttonText != 0) {
view.add_tab_button.apply {
view.add_new_tab_button.apply {
isVisible = true
setIcon(getDrawable(buttonIcon))
text = getString(buttonText)

@ -37,7 +37,7 @@
tools:text="@tools:sample/lorem" />
<com.google.android.material.button.MaterialButton
android:id="@+id/add_tab_button"
android:id="@+id/add_new_tab_button"
style="@style/ThemeIndependentMaterialGreyButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"

Loading…
Cancel
Save