Make text in transport caps

This commit is contained in:
PavelRatushny 2017-12-15 11:17:38 +02:00
parent 7a4689f91b
commit c0928d2c9a
2 changed files with 2 additions and 0 deletions

View file

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

View file

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