1
0
Fork 0

Closes #508 - Use Default Component Text Size for Toolbar

master
Emily Kager 2019-02-14 16:26:00 -08:00 committed by Colin Lee
parent 59c2594624
commit fe74df8b7f
1 changed files with 0 additions and 2 deletions

View File

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