Redirect users from Search to Settings with transition.
Currently there is no transition while redirecting users from Settings Search result to Settings. This CL gets Shared X-Axis transition applied to make a better visual experience. Bug: 177480699 Test: Click on a search result and see the transition. Change-Id: Iad9b0c1168a939582e2648bc023c1321f9ec8049
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/content_parent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:transitionGroup="true">
|
||||
|
||||
<com.google.android.material.appbar.AppBarLayout
|
||||
android:id="@+id/appbar_layout"
|
||||
|
Reference in New Issue
Block a user