I need custom RadioButton and in my XML:
<RadioButton
android:id="@+id/radBorderBottom"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_weight="1"
android:background="@drawable/toggle_center_selector"
android:button="@drawable/ic_border_bottom" //not see
android:checked="true"
android:gravity="center"
android:onClick="onSeletedPosition" />
I only see background and not see button here. P/s: This issue occurs when I apply newest Aviary SDK. But In Activity but contain this XML I do not change.