ToggleButton Text Label Placement for On and Off State

前端 未结 5 1811
暗喜
暗喜 2021-01-03 00:38

Is there anyway to control the text position for a ToggleButton\'s on and off state? For instance, I want the text label to be left aligned when on and right aligned when of

5条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-03 01:27

    Since ToggleButton is a subclass of TextView, try to use android:gravity="left".

    Please prefer to http://developer.android.com/reference/android/widget/TextView.html#attr_android:gravity.

提交回复
热议问题