Fix dimen name
This commit is contained in:
parent
1641e23a8a
commit
b56ffe8fc7
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:textColor="?android:textColorPrimary"
|
android:textColor="?android:textColorPrimary"
|
||||||
android:textSize="@dimen/list_title_text_size"
|
android:textSize="@dimen/list_item_title_text_size"
|
||||||
app:typeface="@string/font_roboto_regular"
|
app:typeface="@string/font_roboto_regular"
|
||||||
tools:text="Share location"/>
|
tools:text="Share location"/>
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:textColor="?android:textColorPrimary"
|
android:textColor="?android:textColorPrimary"
|
||||||
android:textSize="@dimen/list_title_text_size"
|
android:textSize="@dimen/list_item_title_text_size"
|
||||||
app:typeface="@string/font_roboto_regular"
|
app:typeface="@string/font_roboto_regular"
|
||||||
tools:text="Share location"/>
|
tools:text="Share location"/>
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
<dimen name="title_text_size">18sp</dimen>
|
<dimen name="title_text_size">18sp</dimen>
|
||||||
<dimen name="descr_text_size">16sp</dimen>
|
<dimen name="descr_text_size">16sp</dimen>
|
||||||
|
|
||||||
<dimen name="list_title_text_size">16sp</dimen>
|
<dimen name="list_item_title_text_size">16sp</dimen>
|
||||||
<dimen name="list_item_description_text_size">12sp</dimen>
|
<dimen name="list_item_description_text_size">12sp</dimen>
|
||||||
|
|
||||||
<dimen name="text_button_text_size">15sp</dimen>
|
<dimen name="text_button_text_size">15sp</dimen>
|
||||||
|
|
Loading…
Reference in a new issue