Add dark mode layout for custom ads popup on android.

Also added functionality to switch between dark/light modes on theme
setting change.
fix https://github.com/brave/brave-browser/issues/16350
This commit is contained in:
Aleksey Seren
2021-07-09 22:12:36 +07:00
parent 22e0b3b9d1
commit 07f1a8a6ef
4 changed files with 80 additions and 1 deletions
@@ -0,0 +1,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<solid android:color="#202327" />
<stroke android:width="1dip" android:color="#3f4145"/>
<corners android:radius="4dp"/>
</shape>