mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 11:53:47 +00:00
13 lines
547 B
XML
13 lines
547 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:textSize="@dimen/text_size_headline"
|
|
android:fontFamily="@string/robotoMedium"
|
|
android:gravity="center_horizontal"
|
|
tools:text="Some long long long placeholder title"/>
|