2018-07-27 18:37:33 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-09-28 23:22:49 +05:30
|
|
|
<com.google.android.material.textview.MaterialTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2018-09-23 15:34:43 +05:30
|
|
|
android:id="@+id/title"
|
2020-01-29 00:05:50 +05:30
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-09-23 15:34:43 +05:30
|
|
|
android:layout_gravity="start"
|
2019-09-28 23:22:49 +05:30
|
|
|
android:gravity="start"
|
2020-09-27 02:09:07 +05:30
|
|
|
android:layout_marginStart="@dimen/toolbar_margin_horizontal"
|
|
|
|
android:layout_marginEnd="@dimen/toolbar_margin_horizontal"
|
2020-05-14 19:08:28 +05:30
|
|
|
android:paddingVertical="12dp"
|
2020-06-06 16:39:27 +05:30
|
|
|
android:textAppearance="@style/TextViewOverline"
|
2020-01-29 00:05:50 +05:30
|
|
|
android:textStyle="bold"
|
2020-05-14 19:08:28 +05:30
|
|
|
tools:text="@tools:sample/full_names" />
|