Merge branch 'master' of ssh://github.com/osmandapp/Osmand into WikivoyageExploreCards
This commit is contained in:
commit
f19ad06267
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/text_margin_small"
|
||||
android:layout_marginRight="@dimen/text_margin_small"
|
||||
android:background="@drawable/travel_card_bg"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
@ -47,6 +49,7 @@
|
|||
android:id="@+id/description"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:lineSpacingMultiplier="@dimen/text_button_line_spacing_multiplier"
|
||||
android:textColor="@color/wikivoyage_secondary_text"
|
||||
android:textSize="@dimen/travel_card_primary_text_size"
|
||||
osmand:typeface="@string/font_roboto_regular"
|
||||
|
|
Loading…
Reference in a new issue