Bug 739355: Revert text-size to 22 in pre-honeycomb phones. [r=mfinkle]

This commit is contained in:
Sriram Ramasubramanian 2012-05-24 21:10:10 -07:00
parent cd96e0b373
commit 646d5166f5

View File

@ -133,7 +133,7 @@ public class BrowserToolbar {
} else if (Build.VERSION.SDK_INT >= 11) {
text.setTextSize(24);
} else {
text.setTextSize(24);
text.setTextSize(22);
}
text.setTextColor(mCounterColor);