1
我有以下xml代碼:Android - CheckedTextView複選框不符合填充屬性?
看起來好像textview反映到10個dp填充,但是右側的複選框沒有。 textview和複選框不相互對齊。任何人都知道爲什麼複選框不符合10個dp填充?有沒有辦法讓我的textview和複選框對齊?
<CheckedTextView
android:id="@+id/nearMeCheckedTextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:checkMark="?android:attr/listChoiceIndicatorMultiple"
android:clickable="true"
android:paddingTop="10dp" />
嗯,I'ved試了一下,還是沒有去。右側的複選框仍然高於我的文本。 – CLDev 2013-05-06 16:53:23