Make text in transport caps
This commit is contained in:
parent
7a4689f91b
commit
c0928d2c9a
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
android:paddingTop="16dp">
|
||||
|
||||
<net.osmand.plus.widgets.TextViewEx
|
||||
android:textAllCaps="true"
|
||||
osmand:typeface="@string/font_roboto_medium"
|
||||
android:id="@+id/route_ref"
|
||||
android:layout_width="32dp"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
android:layout_height="wrap_content">
|
||||
|
||||
<net.osmand.plus.widgets.TextViewEx
|
||||
android:textAllCaps="true"
|
||||
osmand:typeface="@string/font_roboto_medium"
|
||||
android:textColor="@color/color_white"
|
||||
android:textSize="@dimen/default_sub_text_size_small"
|
||||
|
|
Loading…
Reference in a new issue