mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-05 20:23:48 +00:00
11 lines
445 B
XML
11 lines
445 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.material.textview.MaterialTextView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/subtitle"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textAppearance="@style/MwmTextAppearance.Body3"
|
|
android:gravity="center_horizontal"
|
|
tools:text="Some placeholder text"/>
|