Change font in context menu
This commit is contained in:
parent
a3d097b02a
commit
50a54a244d
1 changed files with 2 additions and 1 deletions
|
@ -97,13 +97,14 @@
|
|||
android:layout_height="@dimen/context_menu_sub_info_height"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
<net.osmand.plus.widgets.TextViewEx
|
||||
android:layout_marginRight="@dimen/context_menu_padding_margin_small"
|
||||
android:layout_marginEnd="@dimen/context_menu_padding_margin_small"
|
||||
tools:text="Museum"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/context_menu_line3"
|
||||
osmand:typeface="@string/font_roboto_medium"
|
||||
style="@style/TextAppearance.ContextMenuSubtitle"/>
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Reference in a new issue