Skip to content

Commit

Permalink
fix: new feature fragment: incorrect list width
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Sep 11, 2024
1 parent f564888 commit e674825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_new_feature_intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<LinearLayout
android:id="@+id/newFeatureIntro_itemList"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" />

Expand Down

0 comments on commit e674825

Please sign in to comment.