Skip to content

Commit

Permalink
Use Material 3 TextViews
Browse files Browse the repository at this point in the history
  • Loading branch information
t895 authored and thestinger committed Apr 19, 2024
1 parent 25fe740 commit 23252b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/content_attestation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
android:layout_height="wrap_content"
android:orientation="vertical">

<TextView
<com.google.android.material.textview.MaterialTextView
style="@style/TextAppearance.Material3.BodyMedium"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="16dp"
Expand Down Expand Up @@ -56,7 +57,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
<com.google.android.material.textview.MaterialTextView
android:id="@+id/textview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 23252b9

Please sign in to comment.