/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/res/layout/item_discovery_simple_message.xml
18 строк
799 B
Dmitry Donskoy
[android] Changed a value of the promo gallery titles' lines
22 авг 2019, 12:01
22 авг 2019, 12:01
bca2c47
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <TextView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/margin_base" android:layout_marginLeft="@dimen/margin_half_plus" android:layout_marginStart="@dimen/margin_half_plus" android:layout_marginRight="@dimen/margin_half_plus" android:layout_marginEnd="@dimen/margin_half_plus" android:layout_marginBottom="@dimen/margin_double_and_half" android:textAppearance="@style/MwmTextAppearance.Body3" android:fontFamily="@string/robotoMedium" android:lines="2" tools:targetApi="jelly_bean" tools:showIn="@layout/item_discovery_simple_loading"/>