16 lines
693 B
XML
16 lines
693 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<org.fossify.commons.views.MyTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/contact_group"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:ellipsize="end"
|
|
android:lines="1"
|
|
android:maxLines="1"
|
|
android:paddingStart="@dimen/small_margin"
|
|
android:paddingTop="@dimen/normal_margin"
|
|
android:paddingEnd="@dimen/normal_margin"
|
|
android:paddingBottom="@dimen/normal_margin"
|
|
android:singleLine="true"
|
|
android:textSize="@dimen/bigger_text_size" />
|