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-01-29 00:05:50 +05:30
|
|
|
android:padding="16dp"
|
2020-02-25 18:45:23 +05:30
|
|
|
android:textAppearance="@style/TextViewHeadline6"
|
2020-01-29 00:05:50 +05:30
|
|
|
android:textStyle="bold"
|
|
|
|
tools:text="@tools:sample/lorem" />
|