Files
comaps/android/app/src/main/res/layout/item_language.xml
2025-07-06 13:43:17 +02:00

11 lines
469 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.textview.MaterialTextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/name"
android:layout_width="match_parent"
android:layout_height="@dimen/height_item_oneline"
android:layout_weight="1"
android:background="?clickableBackground"
android:padding="@dimen/margin_base"
android:singleLine="true"
android:textAppearance="@style/MwmTextAppearance.Body1"/>