+++ /dev/null
-<?xml version="1.0" encoding="utf-8" ?>
-<View x:Class="Fitness.Views.CameraView"
- xmlns="http://tizen.org/Tizen.NUI/2018/XAML"
- xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
- xmlns:vm="clr-namespace:Fitness.ViewModels"
- xmlns:ctrl="clr-namespace:Fitness.Controls"
- xmlns:views="clr-namespace:Fitness.Views"
- xmlns:nui="clr-namespace:Tizen.NUI.Components;assembly=Tizen.NUI.Components"
- xmlns:styles="clr-namespace:Fitness.Views.Styles"
- xmlns:behaviors="clr-namespace:Fitness.Views.Behaviors"
- HeightResizePolicy="FillToParent"
- WidthResizePolicy="FillToParent"
- x:Name="Root">
- <View.Layout>
- <LinearLayout LinearOrientation="Vertical"/>
- </View.Layout>
-</View>