/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/res/layout/item_rating.xml
29 строк
1 KB
Roman Romanov
[android] Review fixes.
03 окт 2016, 14:01
03 окт 2016, 14:01
79300a2
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="@dimen/placepage_margin_rating" android:paddingBottom="@dimen/margin_base" android:paddingLeft="@dimen/margin_base" android:paddingRight="@dimen/margin_base" android:background="?ppRatingBackground"> <TextView android:id="@+id/tv__place_hotel_rating" android:layout_width="match_parent" android:layout_height="wrap_content" android:textAppearance="@style/MwmTextAppearance.Body1" android:textColor="?ppRatingText" tools:text="Rating: 8.7 (Excellent)"/> <TextView android:id="@+id/tv__place_hotel_rating_base" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/margin_half" android:textAppearance="@style/MwmTextAppearance.Body3" tools:text="Based on 848 hotel reviews"/> </LinearLayout>