Skip to content

Commit

Permalink
Give separator items a little bit of padding
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Sep 25, 2024
1 parent 2fe44ef commit e4b9ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="@dimen/activity_horizontal_margin"
android:paddingVertical="8dp"
android:paddingTop="16dp"
android:paddingBottom="8dp"
android:textAppearance="?textAppearanceTitleMedium"
tools:text="@string/fragment_personal_today" />
3 changes: 2 additions & 1 deletion app/src/main/res/layout/personal_fragment_header_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingTop="8dp">

<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/icon"
Expand Down

0 comments on commit e4b9ff6

Please sign in to comment.