mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 11:53:47 +00:00
10 lines
513 B
XML
10 lines
513 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:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
style="@style/MwmWidget.TextView.Search"
|
|
android:textColor="?colorSecondary"
|
|
android:textAlignment="viewStart"
|
|
app:drawableStartCompat="@drawable/ic_search"
|
|
tools:text="Some suggest title"/>
|