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:
@@ -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>
|
||||
Reference in New Issue
Block a user