forked from organicmaps/organicmaps
[android] Changed a value of the promo gallery titles' lines
This commit is contained in:
parent
a7356af972
commit
bca2c47c8d
2 changed files with 6 additions and 8 deletions
|
@ -13,8 +13,7 @@
|
|||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="@dimen/discovery_expert_item_min_height">
|
||||
android:layout_height="@dimen/discovery_expert_item_min_height">
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
|
@ -35,9 +34,8 @@
|
|||
android:layout_marginTop="@dimen/margin_half_plus"
|
||||
android:layout_marginLeft="@dimen/margin_half_plus"
|
||||
android:layout_marginRight="@dimen/margin_half_plus"
|
||||
style="@style/MwmWidget.Discovery.Item.Title"
|
||||
android:maxLines="1"
|
||||
android:minLines="1"
|
||||
android:gravity="center_horizontal"
|
||||
android:lines="2"
|
||||
android:textAppearance="@style/MwmTextAppearance.Discovery.Item.Title"
|
||||
tools:text="Irina Severintseva"/>
|
||||
<TextView
|
||||
|
@ -47,7 +45,8 @@
|
|||
android:layout_marginTop="@dimen/margin_eighth"
|
||||
android:layout_marginLeft="@dimen/margin_half_plus"
|
||||
android:layout_marginRight="@dimen/margin_half_plus"
|
||||
style="@style/MwmWidget.Discovery.Item.Subtitle"
|
||||
android:gravity="center_horizontal"
|
||||
android:lines="3"
|
||||
android:ellipsize="middle"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body3"
|
||||
tools:text="★ ★ ★ ★ ★"/>
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
android:layout_marginBottom="@dimen/margin_double_and_half"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body3"
|
||||
android:fontFamily="@string/robotoMedium"
|
||||
android:maxLines="1"
|
||||
android:ellipsize="end"
|
||||
android:lines="2"
|
||||
tools:targetApi="jelly_bean"
|
||||
tools:showIn="@layout/item_discovery_simple_loading"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue