[NUI] Add to set AccessibilityName and Description in some components
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 14 Apr 2022 08:35:53 +0000 (17:35 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Thu, 21 Apr 2022 10:39:37 +0000 (19:39 +0900)
commit5aa30aec97436544c92f78b1f20eb6ed27235c34
treef7862c8f76952e894cfcc239744fdd5ad45981b7
parentc6767c3c500ac740da6f451d4ada9d952c44f01c
[NUI] Add to set AccessibilityName and Description in some components

- Some NUI Components have text parts and they need to be connected with
 Accessibillity features.
 (`AccessibilityName` and `AccessibiityDescription`)

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI.Components/Controls/AlertDialog.cs
src/Tizen.NUI.Components/Controls/Button.Internal.cs
src/Tizen.NUI.Components/Controls/Button.cs
src/Tizen.NUI.Components/Controls/Navigation/AppBar.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultGridItem.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultLinearItem.cs