Skip to content

Commit

Permalink
修改文本显示位置,采用等宽字体(显示banner)
Browse files Browse the repository at this point in the history
  • Loading branch information
HEYAHONG committed Jan 7, 2025
1 parent 1658d2f commit 6f24099
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@

<TextView
android:id="@+id/sample_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="0dp"
android:layout_height="0dp"
android:fontFamily="monospace"
android:lineSpacingMultiplier="1"
android:text="Hello World!"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 6f24099

Please sign in to comment.