1.套餐到期年月日时间重新计算,去掉显示一位数补齐0

This commit is contained in:
yezhiqiu
2026-01-09 15:02:51 +08:00
parent dd3beea20e
commit 5663af6a17
5 changed files with 41 additions and 38 deletions

View File

@@ -9,7 +9,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:paddingBottom="@dimen/dp_8">
android:paddingBottom="@dimen/dp_10">
<RelativeLayout
android:layout_width="match_parent"
@@ -142,6 +142,6 @@
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_8"
android:background="@drawable/shape16_white_color_bg"
android:nestedScrollingEnabled="false"/>
android:nestedScrollingEnabled="false" />
</androidx.appcompat.widget.LinearLayoutCompat>
</androidx.core.widget.NestedScrollView>