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:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-07-15 02:11:21 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:55:49 +0300
commit37b17b2134f02b1af8d7bb695c5e1758f2f92b57 (patch)
tree5e08d9a522251ed8ff43fad76fa9a16b99eca50d
parent06856821c7190821d565fc42b5a0bfc719433514 (diff)
Fixed weird dialog artifacts on Nexus 7.
-rw-r--r--android/res/values/styles.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml
index 934e5b33ed..c8f14ca783 100644
--- a/android/res/values/styles.xml
+++ b/android/res/values/styles.xml
@@ -43,13 +43,12 @@
<item name="colorControlNormal">@color/text_dark_hint</item>
<item name="android:listViewStyle">@style/MwmWidget.ListView</item>
<item name="android:textViewStyle">@style/MwmWidget.TextView</item>
- <item name="android:windowBackground">@android:color/white</item>
<item name="android:windowTitleStyle">@style/MwmMain.DialogFragment.TitleStyle</item>
<item name="android:fontFamily" tools:targetApi="jelly_bean">@string/robotoRegular</item>
</style>
<style name="MwmMain.DialogFragment.TitleStyle" parent="Base.DialogWindowTitle.AppCompat">
- <item name="android:textAppearance">@style/MwmTextAppearance.Display1</item>
+ <item name="android:textAppearance">@style/MwmTextAppearance.Title</item>
<item name="android:fontFamily" tools:targetApi="jelly_bean">@string/robotoMedium</item>
</style>