Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
app: Display systemVersion info in a singleLine
Browse files Browse the repository at this point in the history
* When the system version is too long
  • Loading branch information
YuKongA committed May 28, 2024
1 parent 6a068af commit a929f5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/main_content.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@
android:gravity="center_vertical|end"
android:textColor="?attr/colorOnSurfaceVariant"
android:textIsSelectable="true"
android:singleLine="true"
android:ellipsize="start"
android:textSize="15sp" />
</LinearLayout>

Expand Down

0 comments on commit a929f5f

Please sign in to comment.