[android] Changed activity title

This commit is contained in:
Dmitry Donskoy 2018-06-21 14:42:32 +03:00 committed by Aleksandr Zatsepin
parent 6342345d60
commit 1728f1af3d

View file

@ -293,7 +293,7 @@
<activity
android:name="com.mapswithme.maps.bookmarks.BookmarkCategoriesActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/bookmark_sets"
android:label="@string/bookmarks"
android:parentActivityName="com.mapswithme.maps.MwmActivity"
android:windowSoftInputMode="adjustResize">
<!-- The meta-data element is needed for versions lower than 4.1 -->