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

Update CircleScrollViewRenderer #300

Merged
merged 2 commits into from
May 13, 2020

Conversation

myroot
Copy link
Collaborator

@myroot myroot commented May 13, 2020

Description of Change

CircleScrollViewRenderer inherit from X.F.ScrollViewRenderer, CircleScrollView.BarColorProperty is updated to use Xamarin.Forms.PlatformConfiguration.TizenSpecific.ScrollView.BarColorProperty

Bugs Fixed

None

API Changes

None

Behavioral Changes

None

@myroot myroot requested a review from rookiejava May 13, 2020 01:30
@@ -29,7 +29,7 @@ public class CircleScrollView : ScrollView, IRotaryFocusable, ICircleSurfaceCons
/// BindableProperty. Identifies the Header, Footer cancel the Fish Eye Effect or not.
/// </summary>
/// <since_tizen> 4 </since_tizen>
public static readonly BindableProperty BarColorProperty = BindableProperty.CreateAttached("BarColor", typeof(Color), typeof(CircleScrollView), Color.Default);
public static readonly BindableProperty BarColorProperty = Xamarin.Forms.PlatformConfiguration.TizenSpecific.ScrollView.BarColorProperty;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make obsolete

@myroot myroot force-pushed the update-circle-scrollview-renderer branch from 5d790d1 to fce7fd2 Compare May 13, 2020 02:20
@rookiejava rookiejava merged commit 383f0a6 into Samsung:1.5.0 May 13, 2020
rookiejava pushed a commit to rookiejava/Tizen.CircularUI that referenced this pull request May 17, 2020
* Update CircleScrollViewRenderer

* Obsolete BarColor property in CircleScrollView
rookiejava pushed a commit to rookiejava/Tizen.CircularUI that referenced this pull request May 19, 2020
* Update CircleScrollViewRenderer

* Obsolete BarColor property in CircleScrollView
rookiejava added a commit that referenced this pull request May 19, 2020
* Refactoring CircularShell Renderer

* Update bezel interaction behavior (#299)

* Refactoring CircularShell Renderer

* Update bezel interaction behavior

* Update OnMoreOptionOpened/Closed

* Update CircleScrollViewRenderer (#300)

* Update CircleScrollViewRenderer

* Obsolete BarColor property in CircleScrollView

* Update the CircleScrollViewRenderer (#301)

* Update CircleStepperRenderer and CircleDateTimeSelectorRenderer (#296)

* Update ActiveBezelInteractionElement on Activate bezel interaction (#302)

* Update CircleListViewRenderer (#303)

* Update CircleListViewRenderer

* Apply Review comment

* Update Bezel Intercation behavior on closing dialog (#304)

* Remove unused ListViewCache

* Update Renderer to use disable rotary event on IBezelInteractionRoutor (#305)

* Fix ExportRenderer (#306)

* Fix CheckRendererer to avoid registerPropertyhandler issue

* Fix build error on WearableGallery

Co-authored-by: Seungkeun Lee <sngn.lee@samsung.com>
Co-authored-by: shmin <shyun.min@samsung.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants