* 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.
10 lines
431 B
XML
10 lines
431 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item android:title="@string/conversation_popup__menu_expand_popup"
|
|
android:id="@+id/menu_expand"
|
|
android:icon="@drawable/ic_launch_white_24dp"
|
|
app:iconTint="@color/signal_icon_tint_primary"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
</menu>
|