incognito header fix
This commit is contained in:
parent
4e6842862e
commit
51a5609395
12 changed files with 185 additions and 96 deletions
5
app/src/main/res/drawable/rounded_top_incognito.xml
Normal file
5
app/src/main/res/drawable/rounded_top_incognito.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?attr/colorError"/>
|
||||
<corners android:radius="16dp" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue