Skip to content
Snippets Groups Projects
Commit ce0cf89e authored by Adrien Béraud's avatar Adrien Béraud
Browse files

style: use rounded menu corners

Change-Id: Ic58ffabc6bded2f6fc61cc1f5e3e9ccc3e989515
parent eb4188fc
Branches
Tags
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?attr/colorSurface"/>
<corners
android:radius="16dp"/>
<padding
android:bottom="8dp"
android:top="8dp"/>
</shape>
\ No newline at end of file
......@@ -35,6 +35,8 @@
<item name="extendedFloatingActionButtonStyle">@style/Widget.AppTheme.MainActionButton</item>
<item name="preferenceTheme">@style/JamiPreferenceThemeOverlay</item>
<item name="popupMenuBackground">@drawable/custom_popup_background</item>
</style>
<style name="JamiPreferenceThemeOverlay" parent="@style/PreferenceThemeOverlay">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment