mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-03 19:33:49 +00:00
12 lines
522 B
XML
12 lines
522 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/title"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="@dimen/margin_half_plus"
|
|
android:textAppearance="@style/MwmTextAppearance.Title.Toolbar"
|
|
android:gravity="center_horizontal"
|
|
tools:text="Some long long long placeholder title"/>
|