mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 05:50:15 +01:00
Merge pull request #3740 from nextcloud/issue_remove_animation_conversationlist_appbar
Remove flickering background on the app bar
This commit is contained in:
commit
22b93b2186
@ -36,7 +36,9 @@
|
|||||||
android:clipChildren="true"
|
android:clipChildren="true"
|
||||||
android:clipToPadding="false"
|
android:clipToPadding="false"
|
||||||
android:windowContentOverlay="@null"
|
android:windowContentOverlay="@null"
|
||||||
app:elevation="0dp">
|
app:elevation="0dp"
|
||||||
|
app:liftOnScrollTargetViewId="@id/recycler_view"
|
||||||
|
app:liftOnScrollColor="@color/bg_default">
|
||||||
|
|
||||||
<com.google.android.material.card.MaterialCardView
|
<com.google.android.material.card.MaterialCardView
|
||||||
android:id="@+id/search_toolbar"
|
android:id="@+id/search_toolbar"
|
||||||
|
Loading…
Reference in New Issue
Block a user