cleaned xml changes
This commit is contained in:
parent
7284fec55e
commit
0611e4229c
1 changed files with 4 additions and 6 deletions
|
@ -29,11 +29,11 @@
|
||||||
<net.osmand.plus.widgets.TextViewEx
|
<net.osmand.plus.widgets.TextViewEx
|
||||||
android:id="@+id/title"
|
android:id="@+id/title"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="36dp"
|
android:layout_height="@dimen/context_menu_controller_height"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
|
android:layout_marginBottom="@dimen/context_menu_padding_margin_tiny"
|
||||||
android:layout_marginLeft="@dimen/bottom_sheet_content_padding_small"
|
android:layout_marginLeft="@dimen/bottom_sheet_content_padding_small"
|
||||||
android:layout_marginStart="@dimen/bottom_sheet_content_padding_small"
|
android:layout_marginStart="@dimen/bottom_sheet_content_padding_small"
|
||||||
android:layout_marginBottom="@dimen/context_menu_padding_margin_tiny"
|
|
||||||
android:layout_marginTop="@dimen/context_menu_padding_margin_tiny"
|
android:layout_marginTop="@dimen/context_menu_padding_margin_tiny"
|
||||||
android:layout_weight="2"
|
android:layout_weight="2"
|
||||||
android:background="?attr/selectableItemBackground"
|
android:background="?attr/selectableItemBackground"
|
||||||
|
@ -41,17 +41,15 @@
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:letterSpacing="@dimen/text_button_letter_spacing"
|
android:letterSpacing="@dimen/text_button_letter_spacing"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:paddingBottom="@dimen/context_menu_padding_margin_tiny"
|
|
||||||
android:paddingEnd="@dimen/list_content_padding"
|
android:paddingEnd="@dimen/list_content_padding"
|
||||||
android:paddingLeft="@dimen/bottom_sheet_content_padding_small"
|
android:paddingLeft="@dimen/bottom_sheet_content_padding_small"
|
||||||
android:paddingRight="@dimen/bottom_sheet_content_padding_small"
|
android:paddingRight="@dimen/bottom_sheet_content_padding_small"
|
||||||
android:paddingStart="@dimen/list_content_padding"
|
android:paddingStart="@dimen/list_content_padding"
|
||||||
android:paddingTop="@dimen/context_menu_padding_margin_tiny"
|
|
||||||
android:textColor="?attr/wikivoyage_active_color"
|
android:textColor="?attr/wikivoyage_active_color"
|
||||||
android:textSize="@dimen/default_desc_text_size"
|
android:textSize="@dimen/default_desc_text_size"
|
||||||
osmand:typeface="@string/font_roboto_medium"
|
osmand:typeface="@string/font_roboto_medium"
|
||||||
tools:text="Van Gogh "
|
tools:ignore="UnusedAttribute"
|
||||||
tools:ignore="UnusedAttribute"/>
|
tools:text="Van Gogh Museum" />
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:layout_width="1dp"
|
android:layout_width="1dp"
|
||||||
|
|
Loading…
Reference in a new issue