Files
fast-messenger/app/src/main/res/layout/item_settings_title.xml
T
melod1n 8a6378f509 upstream changes
upstream changes
2023-08-09 03:49:14 +03:00

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>