|
|
@@ -24,23 +24,33 @@
|
|
|
android:layout_width="16dp"
|
|
|
android:layout_height="16dp"
|
|
|
android:layout_centerInParent="true"
|
|
|
+ android:layout_marginBottom="1dp"
|
|
|
android:background="@drawable/rounded_rectangle_status_evaluation_green"
|
|
|
android:elevation="0dp"
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
<View
|
|
|
android:id="@+id/status2_view"
|
|
|
- android:layout_width="16dp"
|
|
|
- android:layout_height="16dp"
|
|
|
+ android:layout_width="12dp"
|
|
|
+ android:layout_height="12dp"
|
|
|
android:layout_centerInParent="true"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
+ android:layout_marginBottom="3dp"
|
|
|
+ android:background="@drawable/rounded_rectangle_status_evaluation_yellow"
|
|
|
+ android:visibility="gone" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/status3_view"
|
|
|
+ android:layout_width="12dp"
|
|
|
+ android:layout_height="12dp"
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:layout_marginBottom="3dp"
|
|
|
+ android:layout_marginLeft="3.5dp"
|
|
|
android:background="@drawable/rounded_rectangle_status_evaluation_yellow"
|
|
|
- android:elevation="0dp"
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
<kr.co.hanwha.hifive.view.FontTextView
|
|
|
android:id="@+id/color_textView"
|
|
|
- style="@style/font_notosans_r_13sp_blue03"
|
|
|
+ style="@style/font_notosans_r_13sp_blue02"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:paddingLeft="7dp"
|