Merge branch 'master' of https://github.com/osmandapp/Osmand
This commit is contained in:
commit
024ad4966c
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
android:id="@+id/text_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center_vertical"
|
||||
android:letterSpacing="@dimen/text_button_letter_spacing"
|
||||
|
@ -44,7 +44,7 @@
|
|||
android:textColor="?attr/color_dialog_buttons"
|
||||
android:textSize="@dimen/text_button_text_size"
|
||||
osmand:typeface="@string/font_roboto_medium"
|
||||
tools:ignore="NewApi,UnusedAttribute"
|
||||
tools:ignore="UnusedAttribute"
|
||||
tools:text="Show full description"/>
|
||||
|
||||
</FrameLayout>
|
||||
|
|
Loading…
Reference in a new issue