* Switch to a standard toolbar color. * T r a n s p a r e n c y * Add back a toolbar shadow. * Some more theming * Also fix verify identity screen. * Hide shadow on empty conversations. * Slightly less transparent.
12 lines
No EOL
255 B
XML
12 lines
No EOL
255 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<solid
|
|
android:color="@color/core_grey_80" />
|
|
|
|
<corners
|
|
android:radius="20dp" />
|
|
|
|
</shape> |