|
|
@@ -4,11 +4,16 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:orientation="vertical">
|
|
|
- <!--<include layout="@layout/hp_game_welfare_entrance"/>-->
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="10dp"
|
|
|
+ android:background="@color/bg_home_color" />
|
|
|
<TextView
|
|
|
android:id="@+id/hp_focus_tv1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:background="@drawable/shape_solid_ffcad7_radius_4"
|
|
|
android:paddingStart="5dp"
|