Reduce text size of the big blue status line on phones

This commit is contained in:
Jorrit Jongma 2013-12-06 00:25:24 +01:00
parent 0c2276cc5f
commit 69b044eb32
3 changed files with 5 additions and 8 deletions

View File

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

View File

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

View File

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