Skip to content

Commit

Permalink
Merge pull request #13407 from nextcloud/revert-13380-bugfix/empty-vi…
Browse files Browse the repository at this point in the history
…ew-gravity-alignment

Revert "BugFix - Change Layout Gravity Of Empty View To The Center"
  • Loading branch information
alperozturk96 authored Aug 13, 2024
2 parents f765b87 + 4387c4c commit 3ce4b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/empty_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_gravity="top"
android:layout_margin="@dimen/standard_margin"
android:gravity="center_horizontal"
android:orientation="vertical"
Expand Down

0 comments on commit 3ce4b8b

Please sign in to comment.