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_ugc_route_edit.xml')
-rw-r--r--android/res/layout/fragment_ugc_route_edit.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/res/layout/fragment_ugc_route_edit.xml b/android/res/layout/fragment_ugc_route_edit.xml
index b356082346..e8df8810ae 100644
--- a/android/res/layout/fragment_ugc_route_edit.xml
+++ b/android/res/layout/fragment_ugc_route_edit.xml
@@ -5,13 +5,13 @@
android:background="?cardBackground"
android:layout_width="match_parent"
android:layout_height="match_parent">
- <android.support.v7.widget.Toolbar
+ <androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar"
style="@style/MwmWidget.ToolbarStyle"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:theme="@style/MwmWidget.ToolbarTheme"/>
- <android.support.v4.widget.NestedScrollView
+ <androidx.core.widget.NestedScrollView
android:scrollbars="none"
android:fillViewport="true"
android:layout_width="match_parent"
@@ -109,6 +109,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>
- </android.support.v4.widget.NestedScrollView>
+ </androidx.core.widget.NestedScrollView>
</LinearLayout>