small fixes
This commit is contained in:
parent
0ece2bcd0e
commit
c9193e2c8c
1 changed files with 5 additions and 3 deletions
|
@ -41,13 +41,15 @@
|
||||||
<net.osmand.plus.widgets.TextViewEx
|
<net.osmand.plus.widgets.TextViewEx
|
||||||
android:id="@+id/clear_button"
|
android:id="@+id/clear_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:textSize="@dimen/default_desc_text_size"
|
android:textSize="@dimen/default_desc_text_size"
|
||||||
android:text="@string/shared_string_clear"
|
android:text="@string/shared_string_clear"
|
||||||
osmand:typeface="@string/font_roboto_medium"
|
osmand:typeface="@string/font_roboto_medium"
|
||||||
android:layout_marginLeft="@dimen/bottom_sheet_content_margin"
|
android:paddingLeft="@dimen/bottom_sheet_content_margin"
|
||||||
android:layout_marginRight="@dimen/bottom_sheet_content_margin"
|
android:paddingRight="@dimen/bottom_sheet_content_margin"
|
||||||
|
android:gravity="center"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
|
android:background="?android:selectableItemBackground"
|
||||||
android:textColor="?attr/active_color_basic" />
|
android:textColor="?attr/active_color_basic" />
|
||||||
|
|
||||||
<androidx.appcompat.widget.SwitchCompat
|
<androidx.appcompat.widget.SwitchCompat
|
||||||
|
|
Loading…
Reference in a new issue