e371fa0e24
* custom tabs * custom tabs interface * implement custom tab functionality * add database migration * fix bugs, improve ThemeUtils nullability handling * implement conversationsfragment * setup ConversationViewHolder * implement favs * add button functionality * revert 10.json * revert item_status_notification.xml * implement more menu, replying, fix stuff, clean up * fix tests * fix bug with expanding statuses * min and max number of tabs * settings support, fix bugs * database migration * fix scrolling to top after refresh * fix bugs * fix warning in item_conversation
17 lines
611 B
XML
17 lines
611 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/textView"
|
|
android:layout_width="match_parent"
|
|
android:drawableStart="@drawable/ic_home_24dp"
|
|
android:layout_height="48dp"
|
|
android:gravity="center_vertical"
|
|
android:drawablePadding="12dp"
|
|
android:paddingStart="8dp"
|
|
android:paddingEnd="8dp"
|
|
android:lines="1"
|
|
android:ellipsize="end"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:textColor="?android:attr/textColorSecondary"
|
|
android:textSize="?attr/status_text_large" />
|
|
|
|
|