|
|
@@ -15,7 +15,7 @@
|
|
|
android:id="@+id/llRowBody"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/color_bg_01"
|
|
|
+ android:background="@drawable/color_body_01"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<RelativeLayout
|
|
|
@@ -27,32 +27,18 @@
|
|
|
android:id="@+id/llRowBody1"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/color_body_01"
|
|
|
android:gravity="center_horizontal"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tvRowBody1_Title"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:gravity="center"
|
|
|
- android:includeFontPadding="false"
|
|
|
- android:maxLines="1"
|
|
|
- android:text="닫힘"
|
|
|
- android:textColor="@color/color_text_01"
|
|
|
- android:textSize="@dimen/size_font_08"
|
|
|
- android:textStyle="bold"/>
|
|
|
-
|
|
|
<RelativeLayout
|
|
|
- android:layout_width="190dp"
|
|
|
- android:layout_height="190dp"
|
|
|
- android:layout_marginTop="10dp">
|
|
|
+ android:layout_width="175dp"
|
|
|
+ android:layout_height="175dp"
|
|
|
+ android:layout_marginTop="7dp">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/ivRowBody1_Icon"
|
|
|
- android:layout_width="190dp"
|
|
|
- android:layout_height="190dp"
|
|
|
+ android:layout_width="175dp"
|
|
|
+ android:layout_height="175dp"
|
|
|
android:background="@drawable/img_things_detail_02_01_sensor_shock_normal"/>
|
|
|
|
|
|
<TextView
|
|
|
@@ -70,46 +56,49 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/llRowBody1_Contents"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:gravity="center_horizontal"
|
|
|
+ android:layout_marginTop="24dp"
|
|
|
+ android:paddingLeft="25dp"
|
|
|
+ android:paddingRight="15dp"
|
|
|
+ android:gravity="center"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
- <Button
|
|
|
- android:id="@+id/btnRowBody1_Contents_On"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tvRowBody1_Title"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="65dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:background="@drawable/d_img_things_detail_06_99_btn_on"
|
|
|
- android:minWidth="110dp"
|
|
|
- android:textColor="@color/color_text_04"
|
|
|
- android:textSize="@dimen/size_font_02"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="left"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:text="닫힘"
|
|
|
+ android:textColor="@color/color_text_01"
|
|
|
+ android:textSize="@dimen/size_font_07"
|
|
|
+ android:textStyle="bold"/>
|
|
|
|
|
|
- <Button
|
|
|
- android:id="@+id/btnRowBody1_Contents_Off"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="65dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:background="@drawable/d_img_things_detail_06_99_btn_off"
|
|
|
- android:minWidth="110dp"
|
|
|
- android:textColor="@color/color_text_04"
|
|
|
- android:textSize="@dimen/size_font_02"/>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/llRowBody1_Control"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="right"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
- <Button
|
|
|
- android:id="@+id/btnRowBody1_Contents_Lock"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="65dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:background="@drawable/d_img_things_detail_05_99_btn_lock"
|
|
|
- android:minWidth="110dp"
|
|
|
- android:textColor="@color/color_text_04"
|
|
|
- android:textSize="@dimen/size_font_02"/>
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btnRowBody1_Contents_On"
|
|
|
+ android:layout_width="60dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:background="@drawable/d_img_things_detail_06_99_btn_on"
|
|
|
+ android:textColor="@color/color_text_04"
|
|
|
+ android:textSize="@dimen/size_font_02"/>
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btnRowBody1_Contents_Off"
|
|
|
+ android:layout_width="60dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:background="@drawable/d_img_things_detail_06_99_btn_off"
|
|
|
+ android:textColor="@color/color_text_04"
|
|
|
+ android:textSize="@dimen/size_font_02"/>
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<TextView
|
|
|
@@ -178,7 +167,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:layout_marginRight="10dp"
|
|
|
- android:background="@drawable/color_body_01"
|
|
|
+ android:background="@drawable/color_body_02"
|
|
|
android:gravity="center"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
@@ -200,8 +189,8 @@
|
|
|
android:paddingBottom="20dp"
|
|
|
android:paddingTop="20dp"
|
|
|
android:text="배터리"
|
|
|
- android:textColor="@color/color_text_01"
|
|
|
- android:textSize="@dimen/size_font_01"
|
|
|
+ android:textColor="@color/color_text_03"
|
|
|
+ android:textSize="@dimen/size_font_03"
|
|
|
android:textStyle="bold"/>
|
|
|
|
|
|
<View
|
|
|
@@ -231,8 +220,8 @@
|
|
|
android:gravity="center"
|
|
|
android:includeFontPadding="false"
|
|
|
android:text="80%"
|
|
|
- android:textColor="@color/color_text_01"
|
|
|
- android:textSize="@dimen/size_font_01"
|
|
|
+ android:textColor="@color/color_text_04"
|
|
|
+ android:textSize="@dimen/size_font_03"
|
|
|
android:textStyle="bold"/>
|
|
|
|
|
|
<Button
|
|
|
@@ -267,11 +256,12 @@
|
|
|
|
|
|
<View
|
|
|
android:id="@+id/divider_last"
|
|
|
- style="@style/width_Divider_02"/>
|
|
|
+ style="@style/width_Divider_01"/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
<View
|
|
|
+ android:visibility="gone"
|
|
|
android:id="@+id/section_last"
|
|
|
style="@style/width_section"/>
|
|
|
</LinearLayout>
|