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_timetable_simple.xml')
-rw-r--r--android/res/layout/fragment_timetable_simple.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/fragment_timetable_simple.xml b/android/res/layout/fragment_timetable_simple.xml
index 045a584034..ae6219be25 100644
--- a/android/res/layout/fragment_timetable_simple.xml
+++ b/android/res/layout/fragment_timetable_simple.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<android.support.v7.widget.RecyclerView
+<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/recycler"
android:layout_width="match_parent"
@@ -7,4 +7,4 @@
android:background="?windowBackgroundForced"
android:paddingLeft="@dimen/margin_half"
android:paddingRight="@dimen/margin_half"
- android:scrollbars="vertical"/> \ No newline at end of file
+ android:scrollbars="vertical"/>