/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/res/layout/bought_content.xml
25 строк
913 B
Dmitry Donskoy
[android] Fixed review notes
30 апр 2020, 14:32
30 апр 2020, 14:32
d4d5b96
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:background="?bgBoughtContent" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/margin_half_plus_eight" android:orientation="horizontal"> <TextView android:id="@+id/text" android:padding="@dimen/margin_quarter_plus" android:background="?selectableItemBackground" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" android:fontFamily="@string/robotoRegular" android:lines="1" android:ellipsize="end" android:textColor="?colorAccent" android:textSize="@dimen/text_size_body_3" android:text="@string/hide" android:textAllCaps="true" tools:text="HIDE" /> </RelativeLayout>