diff --git a/README.md b/README.md index def36ad6..848b4dd4 100644 --- a/README.md +++ b/README.md @@ -131,3 +131,7 @@ However, they can be substituted with Xamarin.Forms controls. Below shows how th ## Tip and Tech - [Localization](doc/guide/Localization.md) : This guide describes how to support multiple languages. +- Recommendations for `ItemHeight` of `ListView` or `CircleListView` + - According to the [Galaxy Watch's UI Component guideline](https://developer.samsung.com/galaxy-watch-design/ui-components/list.html), we recommend that the height of each item (including headers or footers) can be used to occupy at least one third of the screen (at least 115~120). The default height for a list item is 130 pixel. + + diff --git a/test/WearableUIGallery/WearableUIGallery/TC/TCCheckCell.xaml b/test/WearableUIGallery/WearableUIGallery/TC/TCCheckCell.xaml index 8f440e05..4d4fbaba 100644 --- a/test/WearableUIGallery/WearableUIGallery/TC/TCCheckCell.xaml +++ b/test/WearableUIGallery/WearableUIGallery/TC/TCCheckCell.xaml @@ -17,7 +17,7 @@ AbsoluteLayout.LayoutFlags="PositionProportional"> - + diff --git a/test/WearableUIGallery/WearableUIGallery/TC/TCCircleListView.xaml b/test/WearableUIGallery/WearableUIGallery/TC/TCCircleListView.xaml index 295eff5c..0f6d4935 100644 --- a/test/WearableUIGallery/WearableUIGallery/TC/TCCircleListView.xaml +++ b/test/WearableUIGallery/WearableUIGallery/TC/TCCircleListView.xaml @@ -43,6 +43,7 @@