728x90
반응형
<CheckBox
android:id="@+id/checkBox1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/my_innerMargin"
android:drawableRight="?android:attr/listChoiceIndicatorMultiple"
android:button="@null"
android:text="CheckBox" />
728x90
반응형
'코딩 삽질' 카테고리의 다른 글
[mssql, mybatis] PersistenceException, NullPointerException (0) | 2020.04.28 |
---|---|
[android] ListView에서 OnItemClickListener가 작동하지 않을때 (0) | 2020.04.06 |
[android] 뷰에 대한 높이 분배 (0) | 2020.04.02 |
[java] ArrayList를 다룰때 흔한 실수 (0) | 2020.03.25 |
[sql, oracle] 계정별 마지막 row (0) | 2020.02.28 |