Skip to content

Commit f3d2f9c

Browse files
authored
fixes an issue where Dax icon wasn't in sync when transitioning from unfocused to focused Input Screen state (#6834)
Task/Issue URL: https://app.asana.com/1/137249556945/project/72649045549333/task/1211437241434767?focus=true ### Description Fixes an issue where Dax icon wasn't in sync when transitioning from unfocused to focused Input Screen state ### Steps to test this PR - [ ] Open Input Screen from NTP without favorites (Dax visible). - [ ] Verify Dax transitions smoothly between the screens. _before_ https://github.com/user-attachments/assets/a1b1549f-ad52-496d-9d59-4723bc8f4b7d _after_ https://github.com/user-attachments/assets/0799810a-e35a-49f3-801d-47d29cf98414
1 parent 91899c6 commit f3d2f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duckchat/duckchat-impl/src/main/res/layout/fragment_input_screen.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
android:id="@+id/ddgLogoContainer"
3535
android:layout_width="180dp"
3636
android:layout_height="wrap_content"
37-
android:layout_marginTop="@dimen/homeTabDdgLogoTopMargin"
37+
android:layout_marginTop="84dp"
3838
android:paddingTop="@dimen/inputScreenContentTopOffset"
3939
app:layout_constraintEnd_toEndOf="parent"
4040
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)