1:添加注释

2:修改钻石支出和金币支出最后不显示的问题
This commit is contained in:
2025-12-10 16:21:27 +08:00
parent 8232415cbf
commit dab7e1e83a
2 changed files with 2 additions and 3 deletions

View File

@@ -74,6 +74,7 @@
android:id="@+id/smart_refresh_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/dp_30"
app:srlEnableLoadMore="true"
app:srlEnableRefresh="true">
@@ -89,7 +90,7 @@
android:layout_marginStart="@dimen/dp_16"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginEnd="@dimen/dp_16"
android:layout_marginBottom="0dp"
android:paddingBottom="@dimen/dp_100"
android:background="@color/color_FFF5F5F5"
android:clipToPadding="false"
app:layout_constraintBottom_toBottomOf="parent"

View File

@@ -23,8 +23,6 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dp_10"
android:ellipsize="end"
android:maxEms="8"
android:singleLine="true"
android:text="阿斯蒂芬就"
android:textColor="@color/color_FF333333"