Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-10-27 15:18:46 +01:00
commit 52ce518e5f
3 changed files with 4 additions and 3 deletions

View file

@ -5,8 +5,7 @@
</item> </item>
<item> <item>
<shape> <shape>
<solid <solid android:color="@color/bg_color_light" />
android:color="@color/bg_color_light" />
</shape> </shape>
</item> </item>
</layer-list> </layer-list>

View file

@ -3,7 +3,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="bottom" android:layout_gravity="bottom"
android:background="?attr/bottom_menu_view_bg" android:background="@color/color_transparent"
tools:context="net.osmand.plus.download.ui.DataStoragePlaceDialogFragment"> tools:context="net.osmand.plus.download.ui.DataStoragePlaceDialogFragment">
<ImageView <ImageView

View file

@ -144,10 +144,12 @@
<style name="OsmandLightTheme.BottomSheet"> <style name="OsmandLightTheme.BottomSheet">
<item name="android:dialogTheme">@style/BottomSheet.Dialog</item> <item name="android:dialogTheme">@style/BottomSheet.Dialog</item>
<item name="android:windowBackground">?attr/bottom_menu_view_bg</item>
</style> </style>
<style name="OsmandDarkTheme.BottomSheet"> <style name="OsmandDarkTheme.BottomSheet">
<item name="android:dialogTheme">@style/BottomSheet.Dialog</item> <item name="android:dialogTheme">@style/BottomSheet.Dialog</item>
<item name="android:windowBackground">?attr/bottom_menu_view_bg</item>
</style> </style>
<style name="OsmandDarkTheme" parent="Theme.AppCompat"> <style name="OsmandDarkTheme" parent="Theme.AppCompat">