|
|
@@ -67,35 +67,44 @@
|
|
|
android:id="@+id/item_focus_num_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/shape_red_stroke_rectangle_3_radius"
|
|
|
- android:padding="2dp"
|
|
|
+ android:background="@drawable/shape_red_stroke_rectangle_3_corner"
|
|
|
+ android:paddingTop="3dp"
|
|
|
+ android:paddingBottom="3dp"
|
|
|
+ android:paddingRight="5dp"
|
|
|
+ android:paddingLeft="5dp"
|
|
|
android:textColor="@color/red_FD2D54"
|
|
|
- android:textSize="10sp" />
|
|
|
+ android:textSize="9sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/item_focus_num_tv1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/content_padding"
|
|
|
- android:background="@drawable/shape_red_stroke_rectangle_3_radius"
|
|
|
- android:padding="2dp"
|
|
|
+ android:background="@drawable/shape_red_stroke_rectangle_3_corner"
|
|
|
+ android:paddingTop="3dp"
|
|
|
+ android:paddingBottom="3dp"
|
|
|
+ android:paddingRight="5dp"
|
|
|
+ android:paddingLeft="5dp"
|
|
|
android:singleLine="true"
|
|
|
android:text=""
|
|
|
android:textColor="@color/red_FD2D54"
|
|
|
- android:textSize="10sp"
|
|
|
+ android:textSize="9sp"
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/item_focus_num_tv2"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/shape_red_stroke_rectangle_3_radius"
|
|
|
- android:padding="2dp"
|
|
|
+ android:background="@drawable/shape_red_stroke_rectangle_3_corner"
|
|
|
+ android:paddingTop="3dp"
|
|
|
+ android:paddingBottom="3dp"
|
|
|
+ android:paddingRight="5dp"
|
|
|
+ android:paddingLeft="5dp"
|
|
|
android:layout_marginStart="@dimen/content_padding"
|
|
|
android:singleLine="true"
|
|
|
android:text=""
|
|
|
android:textColor="@color/red_FD2D54"
|
|
|
- android:textSize="10sp"
|
|
|
+ android:textSize="9sp"
|
|
|
android:visibility="gone" />
|
|
|
</LinearLayout>
|
|
|
|