mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Revert "BugFix - Change Layout Gravity Of Empty View To The Center"
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
f765b871da
commit
4387c4c1f8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue