浏览代码

1.修改首页UI

王鹏鹏 2 年之前
父节点
当前提交
592452af29
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      home/src/main/res/layout/item_game.xml

+ 1 - 0
home/src/main/res/layout/item_game.xml

@@ -45,6 +45,7 @@
                     android:layout_marginBottom="@dimen/divider_9px"
                     android:background="@drawable/bg_game_total_level"
                     android:gravity="right"
+                    android:paddingEnd="@dimen/divider_16px"
                     android:text='@{"总关卡"+data.totalNum}'
                     android:textColor="@color/color_FF416AFF"
                     android:textSize="@dimen/divider_14px" />