Update menu style
This commit is contained in:
parent
8072f914dd
commit
608240657c
@ -8,7 +8,7 @@
|
||||
android:endColor="?attr/colorTheme2" />
|
||||
<corners
|
||||
android:bottomLeftRadius="20dp"
|
||||
android:bottomRightRadius="0dp"
|
||||
android:bottomRightRadius="20dp"
|
||||
android:topLeftRadius="20dp"
|
||||
android:topRightRadius="0dp" />
|
||||
</shape>
|
||||
@ -23,7 +23,7 @@
|
||||
android:color="?attr/colorOnBackground" />
|
||||
<corners
|
||||
android:bottomLeftRadius="20dp"
|
||||
android:bottomRightRadius="0dp"
|
||||
android:bottomRightRadius="20dp"
|
||||
android:topLeftRadius="20dp"
|
||||
android:topRightRadius="0dp" />
|
||||
</shape>
|
||||
|
@ -43,6 +43,6 @@
|
||||
</style>
|
||||
|
||||
<style name="ActionPopupMenuStyle" parent="Widget.AppCompat.PopupMenu">
|
||||
<item name="android:popupBackground">@drawable/dialog_themed</item>
|
||||
<item name="android:popupBackground">@drawable/menu_themed</item>
|
||||
</style>
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user