我在 groupView 中有几个单选按钮,每个单选按钮都有自己的文本。如果此文本不止一行,则此文本的单选按钮与文本居中对齐,但我想将单选按钮对齐到其文本的顶部。
我的目标 :-
我有:
| text line 1
RB | text line 2
| text line 3
我想:
RB
| text line 1
| text line 2
| text line 3
对于设置文本,我使用 rb.setText( text );