我是 android 新手,我需要在我的活动上添加单选按钮,但我需要将文本放在项目符号按钮的 to 上。
请提供任何帮助。我发现了以下内容,虽然我不明白@drawable/main_selector 和@style/TabStyle 是什么。
谁能给我一个101指南。
更新
我根据一些建议使用了以下内容,但没有奏效:
<RadioGroup xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal" >
<RadioButton
android:text="something that is on top"
android:id="@+id/toggle_tab_left"
android:button="?android:attr/listChoiceIndicatorSingle"
style="@null"/>
<RadioButton
android:button="?android:attr/listChoiceIndicatorSingle"
android:text="something that is on top"
android:id="@+id/toggle_tab_right"
style="@null"/>
</RadioGroup>
更新 2
我从 Warpzit 得到了我的解决方案,但是在我将问题标记为已回答之前,有人可以帮助我解决下面的对齐问题。我将连续有 5 个单选按钮,其中一些将更长的文本分成 2 行。当文本适合屏幕时,由于横向或平板电脑,那么所有文本都应该在一行中:
更新 3
...根据屏幕大小,文本可以分成不同的行数。它不会总是标准的