mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03: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
1 changed files with 3 additions and 1 deletions
|
@ -36,7 +36,9 @@
|
|||
android:clipChildren="true"
|
||||
android:clipToPadding="false"
|
||||
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
|
||||
android:id="@+id/search_toolbar"
|
||||
|
|
Loading…
Reference in a new issue