Explorar el Código

修复每日必玩中的显示问题

zengjiebin hace 7 años
padre
commit
d022a13b72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/src/main/res/layout/item_hp_daily_play.xml

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

@@ -33,7 +33,7 @@
 
     <LinearLayout
         android:id="@+id/item_game_tags"
-        android:layout_width="match_parent"
+        android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:gravity="center_vertical"
         android:orientation="horizontal"