summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/f_log.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/f_log.xml
parenta4ef804b3148cfc5df56b585133a071b24f5e3fc (diff)
replace all TextViews with AppCompatTextViews
Diffstat (limited to 'app/src/main/res/layout/f_log.xml')
-rw-r--r--app/src/main/res/layout/f_log.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/f_log.xml b/app/src/main/res/layout/f_log.xml
index 47a80e50..ac77abd5 100644
--- a/app/src/main/res/layout/f_log.xml
+++ b/app/src/main/res/layout/f_log.xml
@@ -21,7 +21,7 @@
<include layout="@layout/f_log_sliders"/>
- <TextView
+ <androidx.appcompat.widget.AppCompatTextView
android:text="@string/speed_waiting"
android:singleLine="true"
android:id="@+id/speed"