15 lines
611 B
XML
15 lines
611 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.simplemobiletools.commons.views.MyTextView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/speed_dial_label"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerVertical="true"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:ellipsize="end"
|
|
android:foreground="@drawable/selector"
|
|
android:lines="1"
|
|
android:maxLines="1"
|
|
android:padding="@dimen/activity_margin"
|
|
android:singleLine="true"
|
|
android:textSize="@dimen/bigger_text_size" />
|