Skip to content

Commit

Permalink
don't cut the task list title horizontally
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Apr 28, 2024
1 parent 56445ba commit 2a5a04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_tasklist_viewpager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<androidx.viewpager.widget.PagerTitleStrip
android:id="@+id/pager_title_strip"
android:layout_width="match_parent"
android:layout_height="32dp"
android:layout_height="wrap_content"
android:layout_gravity="top"
android:background="?attr/viewpager_bg"
android:paddingTop="4dp"
Expand Down

0 comments on commit 2a5a04c

Please sign in to comment.