Skip to content

Commit

Permalink
Fix introduction dialog content note width
Browse files Browse the repository at this point in the history
  • Loading branch information
RenanLukas committed Apr 1, 2022
1 parent dceba76 commit 1dc2581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<com.google.android.material.textview.MaterialTextView
android:id="@+id/content_note"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_extra_medium_large"
android:background="@drawable/bg_rectangle_black_60_radius_2dp"
Expand Down

0 comments on commit 1dc2581

Please sign in to comment.