* commit '76b715e556a110d4aa1fec0d4de195e18def8295': Fix text size in Fake Action Bar
This commit is contained in:
@@ -290,7 +290,7 @@ abstract class CustomBar extends LinearLayout {
|
||||
TypedValue out = new TypedValue();
|
||||
if (ResourceHelper.parseFloatAttribute("textSize", textSize.getValue(), out,
|
||||
true /*requireUnit*/)) {
|
||||
textView.setTextSize(
|
||||
textView.setTextSize(TypedValue.COMPLEX_UNIT_PX,
|
||||
out.getDimension(bridgeContext.getResources().getDisplayMetrics()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user