Skip to content

Commit

Permalink
Enable fading edges on ListViews
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Apr 24, 2022
1 parent f373cfe commit eada3c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
android:layout_height="match_parent"
android:divider="@null"
android:dividerHeight="0dp"
android:requiresFadingEdge="vertical"
android:visibility="invisible"
/>
</LinearLayout>
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
android:listSelector="@drawable/leak_canary_list_selector"
android:divider="@null"
android:dividerHeight="0dp"
android:requiresFadingEdge="vertical"
/>
</LinearLayout>
Original file line number Diff line number Diff line change
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 eada3c2

Please sign in to comment.