summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/v_switch_list_item.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-11-16 03:51:55 +0100
committercyBerta <cyberta@riseup.net>2021-11-16 03:51:55 +0100
commitca00d7454ad412bc3cf54159a87caa0ffb349502 (patch)
treea85322b451d8167dcfd912eab327ae8bf1dedc50 /app/src/main/res/layout/v_switch_list_item.xml
parenta4ef804b3148cfc5df56b585133a071b24f5e3fc (diff)
replace all TextViews with AppCompatTextViews
Diffstat (limited to 'app/src/main/res/layout/v_switch_list_item.xml')
-rw-r--r--app/src/main/res/layout/v_switch_list_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/v_switch_list_item.xml b/app/src/main/res/layout/v_switch_list_item.xml
index 1686a99d..5bd4de1b 100644
--- a/app/src/main/res/layout/v_switch_list_item.xml
+++ b/app/src/main/res/layout/v_switch_list_item.xml
@@ -27,7 +27,7 @@
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
- <TextView
+ <androidx.appcompat.widget.AppCompatTextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -41,7 +41,7 @@
android:textAppearance="?android:attr/textAppearanceListItemSmall"
tools:text=".,m.,msdflksdjflksjdflkjsdflksdlsdflkj lskjdf lkjsdf lkjsdf fsdls" />
- <TextView
+ <androidx.appcompat.widget.AppCompatTextView
android:id="@+id/subtitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"