AquaStream/app/src/main/res/layout/sort_bottom_single_choice.xml

21 lines
995 B
XML
Raw Normal View History

2021-08-04 01:50:24 +00:00
<!--<CheckedTextView
2021-06-16 16:54:07 +00:00
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeightSmall"
android:textAppearance="?android:attr/textAppearanceListItemSmall"
android:gravity="center_vertical"
android:textColor="?attr/textColor"
tools:text="Example Text"
android:background="?attr/bitDarkerGrayBackground"
android:checkMark="?android:attr/listChoiceIndicatorSingle"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"/>
2021-08-04 01:50:24 +00:00
-->
2022-01-29 18:57:19 +00:00
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
2022-04-02 01:38:55 +00:00
style="@style/CheckLabel"
tools:text="hello"
android:id="@android:id/text1" />