Merge pull request #7362 from osmandapp/TrackerUiFixes
Tracker UI fixes
This commit is contained in:
commit
6fc3b1dfa6
2 changed files with 2 additions and 2 deletions
|
@ -25,10 +25,10 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/back_button"
|
||||
style="@style/Widget.AppCompat.Toolbar.Button.Navigation"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="start"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/shared_string_back"
|
||||
android:padding="@dimen/content_padding_standard"
|
||||
tools:src="@drawable/ic_arrow_back"
|
||||
|
|
|
@ -30,9 +30,9 @@
|
|||
android:id="@+id/welcome_title"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/dialog_welcome_padding_horizontal"
|
||||
android:layout_marginLeft="@dimen/dialog_welcome_padding_horizontal"
|
||||
android:layout_marginTop="@dimen/dialog_welcome_title_top_margin"
|
||||
android:layout_marginRight="@dimen/dialog_welcome_padding_horizontal"
|
||||
android:layout_marginBottom="@dimen/dialog_welcome_title_bottom_padding"
|
||||
android:layout_weight="1"
|
||||
android:letterSpacing="@dimen/title_letter_spacing"
|
||||
|
|
Loading…
Reference in a new issue