This repository has been archived by the owner on Jun 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 807
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Pinned section detection algorithm was dramatically simplified. - Fast scroll issues were fixed. - Section click handler for a list with paddings was fixed. - On layout is handled properly. - Example application was extended with fast scroll and padding options.
- Loading branch information
beworker
committed
Nov 4, 2013
1 parent
822b076
commit 80f9afb
Showing
4 changed files
with
439 additions
and
427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
<menu xmlns:android="http://schemas.android.com/apk/res/android" > | ||
|
||
<item | ||
android:id="@+id/action_settings" | ||
android:orderInCategory="100" | ||
android:id="@+id/action_fastscroll" | ||
android:showAsAction="never" | ||
android:title="@string/action_settings"/> | ||
android:title="@string/action_fastscroll" | ||
android:checkable="true"/> | ||
|
||
<item | ||
android:id="@+id/action_addpadding" | ||
android:showAsAction="never" | ||
android:title="@string/action_addpadding" | ||
android:checkable="true"/> | ||
|
||
</menu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.