/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/res/layout/item_feature_category.xml
28 строк
911 B
Dmitry Yunitsky
[android] Review fixes.
23 мар 2016, 16:53
23 мар 2016, 16:53
cc90108
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="@dimen/height_item_oneline" android:background="?clickableBackground" android:gravity="center_vertical" android:orientation="horizontal" android:padding="@dimen/margin_base"> <TextView android:id="@+id/name" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:singleLine="true" android:textAppearance="@style/MwmTextAppearance.Body1"/> <ImageView android:id="@+id/selected" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/margin_base" android:layout_marginRight="@dimen/margin_base" android:src="@drawable/ic_checkmark" android:tint="?iconTint"/> </LinearLayout>