mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
10 lines
427 B
XML
10 lines
427 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:textAlignment="viewStart"
|
|
app:drawableStartCompat="@drawable/ic_search_recent"
|
|
tools:text="Some recent query"/>
|