Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
52ce518e5f
3 changed files with 4 additions and 3 deletions
|
@ -5,8 +5,7 @@
|
|||
</item>
|
||||
<item>
|
||||
<shape>
|
||||
<solid
|
||||
android:color="@color/bg_color_light" />
|
||||
<solid android:color="@color/bg_color_light" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
|
@ -3,7 +3,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:background="?attr/bottom_menu_view_bg"
|
||||
android:background="@color/color_transparent"
|
||||
tools:context="net.osmand.plus.download.ui.DataStoragePlaceDialogFragment">
|
||||
|
||||
<ImageView
|
||||
|
|
|
@ -144,10 +144,12 @@
|
|||
|
||||
<style name="OsmandLightTheme.BottomSheet">
|
||||
<item name="android:dialogTheme">@style/BottomSheet.Dialog</item>
|
||||
<item name="android:windowBackground">?attr/bottom_menu_view_bg</item>
|
||||
</style>
|
||||
|
||||
<style name="OsmandDarkTheme.BottomSheet">
|
||||
<item name="android:dialogTheme">@style/BottomSheet.Dialog</item>
|
||||
<item name="android:windowBackground">?attr/bottom_menu_view_bg</item>
|
||||
</style>
|
||||
|
||||
<style name="OsmandDarkTheme" parent="Theme.AppCompat">
|
||||
|
|
Loading…
Reference in a new issue