Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/res/layout/item_timetable.xml')
-rw-r--r--android/res/layout/item_timetable.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/res/layout/item_timetable.xml b/android/res/layout/item_timetable.xml
index ea662d9097..882435c096 100644
--- a/android/res/layout/item_timetable.xml
+++ b/android/res/layout/item_timetable.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<android.support.v7.widget.CardView
+<androidx.cardview.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
style="@style/MwmWidget.Editor.CardView"
@@ -169,7 +169,7 @@
android:text="@string/editor_time_allday"
android:textAppearance="@style/MwmTextAppearance.Body1"/>
- <android.support.v7.widget.SwitchCompat
+ <androidx.appcompat.widget.SwitchCompat
android:id="@+id/sw__allday"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
@@ -287,4 +287,4 @@
</LinearLayout>
-</android.support.v7.widget.CardView> \ No newline at end of file
+</androidx.cardview.widget.CardView>