|
|
@@ -4,10 +4,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:orientation="vertical">
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="10dp"
|
|
|
- android:background="@color/bg_home_color"/>
|
|
|
<!--<include layout="@layout/hp_game_welfare_entrance"/>-->
|
|
|
<TextView
|
|
|
android:id="@+id/hp_focus_tv1"
|
|
|
@@ -73,7 +69,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@drawable/shape_red_stroke_rectangle_3_radius"
|
|
|
android:padding="2dp"
|
|
|
- android:textColor="#cc8e8e8e"
|
|
|
+ android:textColor="@color/red_FD2D54"
|
|
|
android:textSize="10sp" />
|
|
|
|
|
|
<TextView
|
|
|
@@ -85,7 +81,7 @@
|
|
|
android:padding="2dp"
|
|
|
android:singleLine="true"
|
|
|
android:text=""
|
|
|
- android:textColor="#cc8e8e8e"
|
|
|
+ android:textColor="@color/red_FD2D54"
|
|
|
android:textSize="10sp"
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
@@ -98,7 +94,7 @@
|
|
|
android:layout_marginStart="@dimen/content_padding"
|
|
|
android:singleLine="true"
|
|
|
android:text=""
|
|
|
- android:textColor="#cc8e8e8e"
|
|
|
+ android:textColor="@color/red_FD2D54"
|
|
|
android:textSize="10sp"
|
|
|
android:visibility="gone" />
|
|
|
</LinearLayout>
|