Skip to content

Commit

Permalink
define paddingEnd for right-to-left symmetry
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Nov 21, 2023
1 parent 1af7b62 commit 585c170
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/file_details_sharing_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingStart="@dimen/standard_padding">
android:paddingStart="@dimen/standard_padding"
android:paddingEnd="@dimen/zero">

<ImageView
android:id="@+id/searchViewIcon"
Expand Down

0 comments on commit 585c170

Please sign in to comment.