mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-22 06:08:09 +00:00
Using same color for dialog scrim as Android
This commit is contained in:
parent
688f797acf
commit
56bc96314a
1 changed files with 2 additions and 2 deletions
|
|
@ -329,9 +329,9 @@ class DialogUtils {
|
|||
WindowManager.LayoutParams.MATCH_PARENT
|
||||
)
|
||||
val d: Drawable = ColorDrawable(
|
||||
AppUtils.getColor(R.color.gray_main2_800)
|
||||
AppUtils.getColor(R.color.black)
|
||||
)
|
||||
d.alpha = 102
|
||||
d.alpha = 153 // 60%
|
||||
dialog.window?.setBackgroundDrawable(d)
|
||||
return dialog
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue