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:
authorАлександр Зацепин <az@mapswithme.com>2018-03-22 17:22:48 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-03-22 18:55:36 +0300
commit74b67214b23c317c5cb21b92c3a04445f30a825b (patch)
treeb7a8f87ab5f2818502791403985e73332f2c451d /android/res
parentcc34cceaae3f9f50e7a9726c83d9bfbcf918e89d (diff)
[android] Fixed header text style in bookmark backup widget
Diffstat (limited to 'android/res')
-rw-r--r--android/res/layout/item_bookmark_backup.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/android/res/layout/item_bookmark_backup.xml b/android/res/layout/item_bookmark_backup.xml
index 2ca9b866d8..5ab1b58337 100644
--- a/android/res/layout/item_bookmark_backup.xml
+++ b/android/res/layout/item_bookmark_backup.xml
@@ -22,11 +22,9 @@
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
- android:textAppearance="@style/MwmTextAppearance.Body3.Primary"
+ android:textAppearance="@style/MwmTextAppearance.Body1"
android:gravity="start|center_vertical"
- android:text="@string/settings_backup_bookmarks"
- android:fontFamily="@string/robotoMedium"
- tools:targetApi="jelly_bean"/>
+ android:text="@string/settings_backup_bookmarks"/>
</LinearLayout>
<LinearLayout
android:id="@+id/content"