Closes #508 - Use Default Component Text Size for Toolbar

nightly-build-test
Emily Kager 5 years ago committed by Colin Lee
parent 59c2594624
commit fe74df8b7f

@ -46,7 +46,6 @@ class ToolbarUIView(
urlBoxView = urlBackground
textColor = ContextCompat.getColor(context, R.color.search_text)
textSize = toolbarTextSizeSp
hint = context.getString(R.string.search_hint)
hintColor = ContextCompat.getColor(context, R.color.search_text)
@ -87,7 +86,6 @@ class ToolbarUIView(
}
companion object {
const val toolbarTextSizeSp = 14f
const val browserActionMarginDp = 8
}
}

Loading…
Cancel
Save