forked from melod1n/fast-messenger
8a6378f509
upstream changes
19 lines
743 B
XML
19 lines
743 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingHorizontal="16dp"
|
|
android:paddingTop="14dp"
|
|
android:paddingBottom="4dp">
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/google_sans_regular"
|
|
android:textAppearance="@style/TextAppearance.Material3.TitleSmall"
|
|
android:textColor="?colorTertiary"
|
|
tools:text="Title" />
|
|
|
|
</FrameLayout> |