浏览代码

Revert "BugFix - Change Layout Gravity Of Empty View To The Center"

Signed-off-by: alperozturk <alper_ozturk@proton.me>
Alper Öztürk 9 月之前
父节点
当前提交
4387c4c1f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/res/layout/empty_list.xml

+ 1 - 1
app/src/main/res/layout/empty_list.xml

@@ -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"