浏览代码

显示标题

zengjiebin 7 年之前
父节点
当前提交
3abfb6a4e9

+ 1 - 0
app/src/main/java/com/sheep/gamegroup/module/game/adapter/AdpGiftBags.java

@@ -29,5 +29,6 @@ public class AdpGiftBags extends BaseQuickAdapter<GiftTags, BaseViewHolder> {
 
         ViewUtil.setImage(item_gct_bg_iv, item.getIcon());
         ViewUtil.setText(item_gct_name_tv, item.getName());
+        ViewUtil.setVisibility(item_gct_name_tv, false);
     }
 }

+ 0 - 1
app/src/main/res/layout/item_game_center_type.xml

@@ -21,7 +21,6 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_marginStart="15dp"
-        android:visibility="gone"
         android:text="绵羊新游"
         android:textColor="#ffffffff"
         android:textSize="16sp"