Remove unnecessary dimen resource

This commit is contained in:
Vitaliy 2020-09-11 16:57:09 +03:00
parent 943f00a018
commit 0c42601620
2 changed files with 2 additions and 3 deletions

View file

@ -150,7 +150,7 @@
<net.osmand.plus.widgets.TextViewEx
android:id="@+id/address_button"
android:layout_width="wrap_content"
android:layout_height="@dimen/point_editor_fragment_expand_button_height"
android:layout_height="@dimen/setting_list_item_small_height"
android:layout_marginStart="@dimen/content_padding_half"
android:layout_marginLeft="@dimen/content_padding_half"
android:layout_marginTop="@dimen/content_padding_small"
@ -211,7 +211,7 @@
<net.osmand.plus.widgets.TextViewEx
android:id="@+id/description_button"
android:layout_width="wrap_content"
android:layout_height="@dimen/point_editor_fragment_expand_button_height"
android:layout_height="@dimen/setting_list_item_small_height"
android:layout_marginStart="@dimen/content_padding_half"
android:layout_marginLeft="@dimen/content_padding_half"
android:drawablePadding="8dp"

View file

@ -16,6 +16,5 @@
<dimen name="line_spacing_multiplier_description">1.2</dimen>
<dimen name="line_spacing_extra_description">5dp</dimen>
<dimen name="point_editor_fragment_expand_button_height">42dp</dimen>
</resources>