瀏覽代碼

1.修复打卡获得预支的金额显示位置不对问题

wsad5123 5 年之前
父節點
當前提交
3fc0324ba8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/res/layout/fragment_clock.xml

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

@@ -386,6 +386,7 @@
                                     android:textSize="@dimen/px36_12sp" />
 
                                 <TextView
+                                    android:id="@+id/tv_today_money"
                                     android:layout_width="0px"
                                     android:layout_height="wrap_content"
                                     android:layout_weight="1"
@@ -395,7 +396,6 @@
                                     android:textSize="@dimen/px84_28sp" />
 
                                 <TextView
-                                    android:id="@+id/tv_today_money"
                                     android:layout_width="wrap_content"
                                     android:layout_height="wrap_content"
                                     android:layout_marginLeft="5dp"