Skip to content

Commit

Permalink
Merge pull request square#2377 from SimonMarquis/ui/require-fading-edge
Browse files Browse the repository at this point in the history
Enable fading edges on `ListView`s
  • Loading branch information
pyricau committed May 3, 2022
2 parents f491f50 + eada3c2 commit 013c7fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Expand Up @@ -12,6 +12,7 @@
android:listSelector="@drawable/leak_canary_list_selector"
android:divider="@null"
android:dividerHeight="0dp"
android:requiresFadingEdge="vertical"
/>
<LinearLayout
android:layout_width="match_parent"
Expand Down
Expand Up @@ -23,6 +23,7 @@
android:layout_height="match_parent"
android:divider="@null"
android:dividerHeight="0dp"
android:requiresFadingEdge="vertical"
android:visibility="invisible"
/>
</LinearLayout>
Expand Up @@ -34,5 +34,6 @@
android:listSelector="@drawable/leak_canary_list_selector"
android:divider="@null"
android:dividerHeight="0dp"
android:requiresFadingEdge="vertical"
/>
</LinearLayout>
Expand Up @@ -10,5 +10,6 @@
android:listSelector="@drawable/leak_canary_list_selector"
android:divider="@null"
android:dividerHeight="0dp"
android:requiresFadingEdge="vertical"
/>
</FrameLayout>

0 comments on commit 013c7fd

Please sign in to comment.