Move store name text size to dimens.xml

This commit is contained in:
Branden Archer
2018-01-31 21:45:10 -05:00
parent 6ed96393d5
commit 41c8b78275
2 changed files with 3 additions and 1 deletions

View File

@@ -37,7 +37,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="?android:attr/textColorSecondary"
android:textSize="28sp"
android:textSize="@dimen/storeNameTextSize"
android:textStyle="bold"/>
</LinearLayout>

View File

@@ -11,6 +11,8 @@
<dimen name="text_size_medium">18sp</dimen>
<dimen name="text_size_large">22sp</dimen>
<dimen name="storeNameTextSize">28sp</dimen>
<dimen name="inputBorderThickness">2dip</dimen>
<dimen name="inputBorderDividerThickness">4dip</dimen>
<dimen name="inputPadding">20dip</dimen>