Skip to content

Commit

Permalink
Scrolling works now
Browse files Browse the repository at this point in the history
  • Loading branch information
Release-Candidate committed Apr 21, 2021
1 parent e7d14f2 commit 53ecb27
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 182 deletions.
2 changes: 1 addition & 1 deletion src/Tzolkin.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="14" android:versionName="0.9.14" package="com.RC.Tzolkin" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="15" android:versionName="0.9.15" package="com.RC.Tzolkin" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<application android:label="Tzolkin" android:icon="@drawable/icon"></application>
</manifest>
4 changes: 1 addition & 3 deletions src/Tzolkin/DateList.fs
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,8 @@ module DateList =
itemSpacing = 0.0,
snapPointsType = SnapPointsType.Mandatory
),
//peekAreaInsets = Thickness (carouselHeight model /
// (setDateCarouselFactors model.IsLandscape)),
items = fillListViewFilter model
//positionChanged = (fun args -> dispatch <| FilterCarouselChanged args),
//positionChanged = (fun args -> dispatch <| FilterCarouselChanged args)
// position = 20
)
]
Expand Down

0 comments on commit 53ecb27

Please sign in to comment.