/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/res/layout/city_content.xml
28 строк
1 KB
Александр Зацепин
[android] Fixed font style in guides gallery item, added spase to dot separator, decreased on 8dp the pull on touch animation in guides gallery
02 июл 2020, 17:53
02 июл 2020, 17:53
5dbca2f
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/margin_half" android:orientation="horizontal"> <ImageView android:id="@+id/image" android:layout_width="@dimen/margin_base" android:layout_height="@dimen/margin_base" android:layout_centerVertical="true" app:srcCompat="?guidesSight" /> <TextView android:id="@+id/description" android:layout_toEndOf="@id/image" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="@dimen/margin_quarter_plus" android:fontFamily="@string/robotoMedium" android:lines="1" android:ellipsize="end" android:textColor="?android:textColorSecondary" android:textSize="@dimen/text_size_body_4" tools:text="you" /> </RelativeLayout>