Skip to content

Commit

Permalink
更改版本列表大数字字体为 TCloudNumber (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticFoxPro authored Jun 3, 2024
1 parent ad2abae commit 8528983
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added app/src/main/res/font/tcloud_number_vf.ttf
Binary file not shown.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/item_version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
style="?attr/materialCardViewElevatedStyle"
android:id="@+id/card_all"
style="?attr/materialCardViewElevatedStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content">

Expand Down Expand Up @@ -52,8 +52,9 @@
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
android:layout_marginEnd="6dp"
android:fontFamily="@font/tcloud_number_vf"
android:textColor="?attr/colorOnPrimaryContainer"
android:textSize="24sp"
android:textSize="28sp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:text="9.0.25" />
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/item_version_detail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
android:layout_marginEnd="6dp"
android:fontFamily="@font/tcloud_number_vf"
android:textColor="?attr/colorOnPrimaryContainer"
android:textSize="24sp"
android:textSize="28sp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:text="9.0.25" />
Expand Down

0 comments on commit 8528983

Please sign in to comment.