Remove unnecessary match_parent attr
This commit is contained in:
parent
818fe36d62
commit
925cc04821
1 changed files with 6 additions and 5 deletions
|
@ -9,12 +9,15 @@
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingTop="@dimen/route_info_card_details_margin"
|
||||||
|
android:paddingBottom="@dimen/route_info_card_details_margin">
|
||||||
|
|
||||||
<net.osmand.plus.widgets.TextViewEx
|
<net.osmand.plus.widgets.TextViewEx
|
||||||
android:id="@+id/info_type_title"
|
android:id="@+id/info_type_title"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="center_vertical"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:letterSpacing="@dimen/text_button_letter_spacing"
|
android:letterSpacing="@dimen/text_button_letter_spacing"
|
||||||
|
@ -30,10 +33,8 @@
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/info_type_details_button"
|
android:id="@+id/info_type_details_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="end"
|
android:layout_gravity="end"
|
||||||
android:layout_marginTop="@dimen/route_info_card_details_margin"
|
|
||||||
android:layout_marginBottom="@dimen/route_info_card_details_margin"
|
|
||||||
android:background="?attr/selectableItemBackground"
|
android:background="?attr/selectableItemBackground"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:paddingStart="@dimen/bottom_sheet_content_margin_small"
|
android:paddingStart="@dimen/bottom_sheet_content_margin_small"
|
||||||
|
|
Loading…
Reference in a new issue