浏览代码

PreviewMediaFragment: Remove margin from top bar

Not needed since previous commit fixing scroll bugs, creates unwanted space

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
Álvaro Brey Vilas 3 年之前
父节点
当前提交
13e061e7d7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/src/main/res/layout/fragment_preview_media.xml

+ 0 - 1
app/src/main/res/layout/fragment_preview_media.xml

@@ -26,7 +26,6 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:gravity="center"
-    android:layout_marginTop="?attr/actionBarSize"
     tools:context=".ui.preview.PreviewMediaFragment">
 
     <ImageView