Kaynağa Gözat

[최진오]
디바이스 상세 optional 버튼 변경

jinochoi 8 yıl önce
ebeveyn
işleme
428530b82f

+ 1 - 1
onecable/src/main/java/com/ntels/onecable/view/things/ThingsDetail.java

@@ -997,7 +997,7 @@ public class ThingsDetail extends CustomActivity implements View.OnClickListener
                                         .setBackgroundResource(R.drawable.img_things_list_btn_disable);
                             } else {
                                 mUtil.getView(childView, R.id.btnRowBody2_Control)
-                                        .setBackgroundResource(R.drawable.img_things_list_btn_active);
+                                        .setBackgroundResource(R.drawable.d_img_btn_round_bg);
                             }
                             LogUtil.i(TAG, "tempValue - " + tempValue);
                             mUtil.getButton(childView, R.id.btnRowBody2_Control).setText(tempValue);

+ 1 - 0
onecable/src/main/res/layout/row_things_detail_list.xml

@@ -249,6 +249,7 @@
                                 android:layout_height="35dp"
                                 android:layout_marginRight="10dp"
                                 android:textAllCaps="false"
+                                android:textColor="@drawable/d_font_color_font_02_color_font_05"
                                 android:background="@drawable/img_things_list_btn_onoff_off"/>
                     </LinearLayout>