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

Adds circular-ui theme #266

Merged
merged 1 commit into from
Apr 10, 2020
Merged

Conversation

rookiejava
Copy link
Contributor

@rookiejava rookiejava commented Apr 8, 2020

Description of Change

This PR is about providing Circular UI theme by itself. The main reason is to support newly added controls (such as FlatViewCell, OverlayContent) in existing Tizen 4.0-based products.

Important
Please keep in mind that circularUI theme is only loaded automatically to tizen40 TargetFramework at this time.

Bugs Fixed

  • None

API Changes

Added:

  • public class InitOptions
  • public static void FormsCircularUI.Init(InitOptionsoptions)
  • public static void FormsCircularUI.Init(CoreApplication context)

Behavioral Changes

In order to load circular ui theme, you should use either FormsCircularUI.Init(CoreApplication context) or FormsCircularUI.Init(InitOptions options) instead of FormsCicularUI.Init().

FormsCircularUI.Init(app);

or

FormsCircularUI.Init(new InitOptions(app);
FormsCircularUI.Init(new InitOptions(app, GoogleMapsAPIKEY));

Testing on Tizen 4.0 platform

The FlatViewCell(#260) and OverlayContent(#262) works well as shown below.

@rookiejava
Copy link
Contributor Author

rookiejava commented Apr 9, 2020

Testing (FlatViewCell(#260) and OverlayContent(#262)) done on tizen 4.0 emulator.

@rookiejava rookiejava merged commit eb64a4c into Samsung:master Apr 10, 2020
This pull request was closed.
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.

3 participants