2020-02-17 09:14:38 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<TextView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
style="@style/TextAppearance.AppCompat.Widget.ActionBar.Title"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2020-02-22 11:24:20 +01:00
|
|
|
android:maxLines="1"
|
|
|
|
android:ellipsize="end"
|
2020-02-17 09:14:38 +01:00
|
|
|
android:gravity="start"
|
|
|
|
android:textSize="20sp"
|
2020-02-20 06:29:45 +01:00
|
|
|
android:textColor="?attr/actionBarTintColor"
|
2020-02-17 09:14:38 +01:00
|
|
|
tools:text="Title"
|
|
|
|
tools:background="?attr/colorPrimary"/>
|