How to align Radio button at the center of the screen

前端 未结 11 1318
误落风尘
误落风尘 2021-01-04 02:13

I am using Radio buttons as tab in my application.

I have loaded images for it, but they are aligning towards left side. how to make them align at center.

11条回答
  •  北海茫月
    2021-01-04 03:03

    It was in the opposite side in my case and I just put android:paddingLeft="0dp" and it worked so you should try android:paddingRight="0dp" for radiobuttons

提交回复
热议问题