[android] Fixed sponsored logo layout

This commit is contained in:
Александр Зацепин 2017-08-10 13:33:33 +03:00 committed by Roman Kuznetsov
parent 081c0ebf9b
commit 9ed1c48a95

View file

@ -22,16 +22,22 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_marginRight="@dimen/margin_half"
android:layout_marginEnd="@dimen/margin_half"
android:textAppearance="@style/MwmTextAppearance.Body3"
android:fontFamily="@string/robotoMedium"
android:layout_toLeftOf="@+id/btn__sponsored_logo"
android:layout_toStartOf="@+id/btn__sponsored_logo"
android:ellipsize="end"
android:maxLines="2"
tools:text="@string/place_page_viator_title"
tools:targetApi="jelly_bean"/>
<ImageView
android:id="@+id/btn__sponsored_logo"
android:id="@id/btn__sponsored_logo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="@dimen/margin_half"
android:paddingRight="@dimen/margin_half"
android:layout_marginTop="@dimen/margin_half"
android:layout_marginBottom="@dimen/margin_half"
android:layout_centerVertical="true"