Skip to content

Commit

Permalink
adjust right padding
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed May 16, 2024
1 parent e5e68a6 commit 0a58bdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:focusable="false"
android:focusableInTouchMode="false"
android:paddingStart="6dp"
android:paddingEnd="6dp"
android:paddingEnd="0dp"
app:layout_constraintBottom_toTopOf="@id/titanium_ui_listview_holder_footer_title"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/titanium_ui_listview_holder_header_title" />
Expand Down

0 comments on commit 0a58bdf

Please sign in to comment.