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/fragment_toggle_map_layer.xml')
-rw-r--r--android/res/layout/fragment_toggle_map_layer.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/android/res/layout/fragment_toggle_map_layer.xml b/android/res/layout/fragment_toggle_map_layer.xml
index 7f029faa2f..c25cd75ce4 100644
--- a/android/res/layout/fragment_toggle_map_layer.xml
+++ b/android/res/layout/fragment_toggle_map_layer.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<android.support.constraint.ConstraintLayout
+<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
app:layout_behavior="android.support.design.widget.BottomSheetBehavior"
@@ -38,7 +38,7 @@
android:visibility="visible"
android:text="@string/layers_title"
android:textAppearance="@style/MwmTextAppearance.Body2"/>
- <android.support.v7.widget.RecyclerView
+ <androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler"
android:layout_height="wrap_content"
android:layout_width="match_parent"
@@ -48,11 +48,11 @@
android:paddingRight="@dimen/margin_base"
android:paddingEnd="@dimen/margin_base"
app:layout_constraintTop_toBottomOf="@id/layers_text">
- </android.support.v7.widget.RecyclerView>
+ </androidx.recyclerview.widget.RecyclerView>
<View
app:layout_constraintBottom_toTopOf="@id/recycler"
android:background="?android:attr/listDivider"
android:layout_width="match_parent"
android:layout_height="@dimen/divider_height"/>
-</android.support.constraint.ConstraintLayout>
+</androidx.constraintlayout.widget.ConstraintLayout>