mirror of
https://github.com/oxen-io/session-android.git
synced 2025-11-10 05:53:27 +00:00
Add standard elevation to Toolbars
This commit is contained in:
committed by
Moxie Marlinspike
parent
4281097828
commit
6dd8300c73
@@ -13,6 +13,7 @@
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
android:minHeight="?attr/actionBarSize"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:elevation="4dp"
|
||||
android:theme="?attr/actionBarStyle">
|
||||
|
||||
<RelativeLayout
|
||||
@@ -65,6 +66,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:elevation="4dp"
|
||||
android:visibility="invisible"
|
||||
tools:visibility="visible"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user