diff --git a/jami-android/app/src/main/res/drawable/custom_popup_background.xml b/jami-android/app/src/main/res/drawable/custom_popup_background.xml new file mode 100644 index 0000000000000000000000000000000000000000..df5af855cf0ae60e9c216ed9bce746a73b08123f --- /dev/null +++ b/jami-android/app/src/main/res/drawable/custom_popup_background.xml @@ -0,0 +1,9 @@ +<?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 diff --git a/jami-android/app/src/main/res/values/styles.xml b/jami-android/app/src/main/res/values/styles.xml index 190a9dcfd352b5ba1d8dc21d00bab90857391dad..22d887946ffd9974170497017adc4010a795278b 100644 --- a/jami-android/app/src/main/res/values/styles.xml +++ b/jami-android/app/src/main/res/values/styles.xml @@ -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">