diff --git a/apps/app/App_Resources/Android/drawable-hdpi/add_to_fav.png b/apps/app/App_Resources/Android/drawable-hdpi/add_to_fav.png new file mode 100644 index 000000000..d79e38998 Binary files /dev/null and b/apps/app/App_Resources/Android/drawable-hdpi/add_to_fav.png differ diff --git a/apps/app/App_Resources/Android/drawable-mdpi/add_to_fav.png b/apps/app/App_Resources/Android/drawable-mdpi/add_to_fav.png new file mode 100644 index 000000000..fafe86a90 Binary files /dev/null and b/apps/app/App_Resources/Android/drawable-mdpi/add_to_fav.png differ diff --git a/apps/app/App_Resources/Android/drawable-xhdpi/add_to_fav.png b/apps/app/App_Resources/Android/drawable-xhdpi/add_to_fav.png new file mode 100644 index 000000000..ef05e3ea1 Binary files /dev/null and b/apps/app/App_Resources/Android/drawable-xhdpi/add_to_fav.png differ diff --git a/apps/app/App_Resources/Android/drawable-xxhdpi/add_to_fav.png b/apps/app/App_Resources/Android/drawable-xxhdpi/add_to_fav.png new file mode 100644 index 000000000..67ccc7dc3 Binary files /dev/null and b/apps/app/App_Resources/Android/drawable-xxhdpi/add_to_fav.png differ diff --git a/apps/app/App_Resources/Android/drawable-xxxhdpi/add_to_fav.png b/apps/app/App_Resources/Android/drawable-xxxhdpi/add_to_fav.png new file mode 100644 index 000000000..a58cf3c38 Binary files /dev/null and b/apps/app/App_Resources/Android/drawable-xxxhdpi/add_to_fav.png differ diff --git a/apps/app/App_Resources/iOS/add_to_fav.png b/apps/app/App_Resources/iOS/add_to_fav.png new file mode 100644 index 000000000..fafe86a90 Binary files /dev/null and b/apps/app/App_Resources/iOS/add_to_fav.png differ diff --git a/apps/app/App_Resources/iOS/add_to_fav@2x.png b/apps/app/App_Resources/iOS/add_to_fav@2x.png new file mode 100644 index 000000000..ef05e3ea1 Binary files /dev/null and b/apps/app/App_Resources/iOS/add_to_fav@2x.png differ diff --git a/apps/app/App_Resources/iOS/add_to_fav@3x.png b/apps/app/App_Resources/iOS/add_to_fav@3x.png new file mode 100644 index 000000000..67ccc7dc3 Binary files /dev/null and b/apps/app/App_Resources/iOS/add_to_fav@3x.png differ diff --git a/apps/app/App_Resources/iOS/icon.png b/apps/app/App_Resources/iOS/icon.png new file mode 100644 index 000000000..6dca6255b Binary files /dev/null and b/apps/app/App_Resources/iOS/icon.png differ diff --git a/apps/app/App_Resources/iOS/icon@2x.png b/apps/app/App_Resources/iOS/icon@2x.png new file mode 100644 index 000000000..4213bf531 Binary files /dev/null and b/apps/app/App_Resources/iOS/icon@2x.png differ diff --git a/apps/app/App_Resources/iOS/icon@3x.png b/apps/app/App_Resources/iOS/icon@3x.png new file mode 100644 index 000000000..76baa2c62 Binary files /dev/null and b/apps/app/App_Resources/iOS/icon@3x.png differ diff --git a/apps/app/ui-tests-app/tab-view/main-page.ts b/apps/app/ui-tests-app/tab-view/main-page.ts index 395923298..d7428331b 100644 --- a/apps/app/ui-tests-app/tab-view/main-page.ts +++ b/apps/app/ui-tests-app/tab-view/main-page.ts @@ -18,6 +18,7 @@ export function pageLoaded(args: EventData) { examples.set("tabStyle", "tab-view/all"); examples.set("tabmore", "tab-view/tab-view-more"); examples.set("tabViewCss", "tab-view/tab-view-css"); + examples.set("tab-view-icons", "tab-view/tab-view-icon"); let viewModel = new SubMainPageViewModel(wrapLayout, examples); page.bindingContext = viewModel; diff --git a/apps/app/ui-tests-app/tab-view/tab-view-icon.ts b/apps/app/ui-tests-app/tab-view/tab-view-icon.ts new file mode 100644 index 000000000..ea606a49b --- /dev/null +++ b/apps/app/ui-tests-app/tab-view/tab-view-icon.ts @@ -0,0 +1,14 @@ +import { EventData } from "data/observable"; +import { Button } from "ui/button"; +import { TabView } from "ui/tab-view"; + +let iconModes = ["automatic", "alwaysOriginal", "alwaysTemplate", undefined]; + +export function onChangeRenderingMode(args: EventData){ + let button = (