Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Fix: blank screen on main page when defined scrolling happens (#5822)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwalli authored Feb 1, 2023
1 parent 8a81122 commit 9a82fd8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorSemanticLowRisk"
android:padding="@dimen/padding_24"
android:animateLayoutChanges="true">
android:padding="@dimen/padding_24">

<TextView
android:id="@+id/headline"
Expand All @@ -38,9 +37,9 @@
android:layout_width="@dimen/width_40"
android:layout_height="@dimen/height_40"
android:importantForAccessibility="no"
app:srcCompat="@drawable/ic_forward"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_forward"
app:tint="@color/colorStableLight"
tools:tint="@color/colorStableLight" />

Expand Down

0 comments on commit 9a82fd8

Please sign in to comment.