|
|
@ -60,14 +60,14 @@ |
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:visibility="invisible" |
|
|
|
|
|
android:id="@+id/system_red" |
|
|
android:id="@+id/system_red" |
|
|
android:layout_width="@dimen/dp_8" |
|
|
android:layout_width="@dimen/dp_8" |
|
|
android:layout_height="@dimen/dp_8" |
|
|
android:layout_height="@dimen/dp_8" |
|
|
android:layout_gravity="center_vertical" |
|
|
android:layout_gravity="center_vertical" |
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
android:layout_marginRight="@dimen/dp_5" |
|
|
android:layout_marginRight="@dimen/dp_5" |
|
|
android:background="@drawable/shape_red" /> |
|
|
|
|
|
|
|
|
android:background="@drawable/shape_red" |
|
|
|
|
|
android:visibility="invisible" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|