|
|
@@ -13,7 +13,7 @@
|
|
|
android:checked="false"
|
|
|
android:drawableLeft="@drawable/oa_rb_button_bg"
|
|
|
android:padding="10dp"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:visibility="visible"/>
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
@@ -21,7 +21,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:padding="10dp"
|
|
|
+ android:padding="10dp"
|
|
|
android:layout_toRightOf="@+id/select_scb"
|
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="@dimen/text_main" />
|