mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 16:58:48 +00:00
Reduce scrim overlap when scrolling new manage screens.
This commit is contained in:
parent
85d1a3c016
commit
f9642dd79f
@ -21,7 +21,8 @@
|
||||
app:expandedTitleMarginTop="156dp"
|
||||
app:expandedTitleTextAppearance="@style/TextAppearance.Signal.Body1.Bold"
|
||||
app:layout_scrollFlags="scroll|exitUntilCollapsed"
|
||||
app:scrimAnimationDuration="200">
|
||||
app:scrimAnimationDuration="200"
|
||||
app:scrimVisibleHeightTrigger="156dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@ -22,7 +22,8 @@
|
||||
app:expandedTitleMarginTop="156dp"
|
||||
app:expandedTitleTextAppearance="@style/TextAppearance.Signal.Body1.Bold"
|
||||
app:layout_scrollFlags="scroll|exitUntilCollapsed"
|
||||
app:scrimAnimationDuration="200">
|
||||
app:scrimAnimationDuration="200"
|
||||
app:scrimVisibleHeightTrigger="156dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user