hanjing лет назад: 7
Родитель
Сommit
198779705f
2 измененных файлов с 7 добавлено и 2 удалено
  1. 1 1
      app/src/main/res/layout/fgt_game_center.xml
  2. 6 1
      app/src/main/res/layout/item_game_focus.xml

+ 1 - 1
app/src/main/res/layout/fgt_game_center.xml

@@ -91,7 +91,7 @@
         android:visibility="visible">
         android:visibility="visible">
 
 
         <ImageView
         <ImageView
-            android:layout_width="90dp"
+            android:layout_width="50dp"
             android:layout_height="wrap_content"
             android:layout_height="wrap_content"
             android:adjustViewBounds="true"
             android:adjustViewBounds="true"
             android:scaleType="fitXY"
             android:scaleType="fitXY"

+ 6 - 1
app/src/main/res/layout/item_game_focus.xml

@@ -4,11 +4,16 @@
     android:layout_height="wrap_content"
     android:layout_height="wrap_content"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     android:orientation="vertical">
     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
     <TextView
         android:id="@+id/hp_focus_tv1"
         android:id="@+id/hp_focus_tv1"
         android:layout_width="wrap_content"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_height="wrap_content"
+        android:layout_marginTop="10dp"
         android:layout_marginStart="16dp"
         android:layout_marginStart="16dp"
         android:background="@drawable/shape_solid_ffcad7_radius_4"
         android:background="@drawable/shape_solid_ffcad7_radius_4"
         android:paddingStart="5dp"
         android:paddingStart="5dp"