Reduce text size of the big blue status line on phones
This commit is contained in:
parent
0c2276cc5f
commit
69b044eb32
|
@ -17,7 +17,7 @@
|
|||
android:paddingRight="16dp"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:textColor="@android:color/holo_blue_bright"
|
||||
android:textSize="28sp"
|
||||
android:textSize="@dimen/TextLarger"
|
||||
android:fontFamily="sans-serif-light" />
|
||||
|
||||
<ProgressBar
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
<resources>
|
||||
|
||||
<!--
|
||||
Customize dimensions originally defined in res/values/dimens.xml (such as
|
||||
screen margins) for sw600dp devices (e.g. 7" tablets) here.
|
||||
-->
|
||||
|
||||
<!-- Size of our large text -->
|
||||
<dimen name="TextLarger">28sp</dimen>
|
||||
</resources>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<resources>
|
||||
|
||||
<!-- Default screen margins, per the Android Design guidelines. -->
|
||||
<dimen name="activity_horizontal_margin">16dp</dimen>
|
||||
<dimen name="activity_vertical_margin">16dp</dimen>
|
||||
|
||||
<!-- Size of our large text -->
|
||||
<dimen name="TextLarger">22sp</dimen>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue