Files
Kotatsu/app/src/main/res/layout/item_checkable_new.xml
2025-05-11 19:18:39 +03:00

9 lines
374 B
XML

<?xml version="1.0" encoding="utf-8"?>
<org.koitharu.kotatsu.core.ui.widgets.ListItemTextView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?attr/textAppearanceListItem"
tools:text="@tools:sample/full_names" />