[NUI] Fix NUITizenGallery to run on Ubuntu VS-Code debugging
[platform/core/csapi/tizenfx.git] / test / NUITizenGallery / Examples / PerformanceTest / ListItemTitle.xaml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <View x:Class="NUITizenGallery.ListItemTitle"
3   xmlns="http://tizen.org/Tizen.NUI/2018/XAML"
4   xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
5   BackgroundColor="#ff0000"
6   Size2D="680, 50">
7
8   <TextLabel x:Name="TextLabelTitle" Text="Not set"/>
9 </View>