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