[NUI][ATSPI] Make DefaultLinearItem use its TextLabel
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 26 Nov 2021 05:11:58 +0000 (14:11 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Tue, 14 Dec 2021 09:04:07 +0000 (18:04 +0900)
commit77cac6c59346f487f74e35516f7cdb7abda2d9dc
treefe775da63095a4dc658c41f7e13cc80c5ae7106b
parentd6b6c545a7803cbf9183990707e722936721924d
[NUI][ATSPI] Make DefaultLinearItem use its TextLabel

(1) "LabelledBy" relation makes DefaultLinearItem use its TextLabel
    as accessibility name.

(2) when user does 1 finger single tap on the TextLabel, then the
    DefaultLinearItem will have highlighted by "ControlledBy" relation.

This changed could be set on application side.
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultLinearItem.cs