浏览代码

change height to wrap_content

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 年之前
父节点
当前提交
19241cfa87
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/res/layout/file_details_fragment.xml

+ 1 - 1
src/main/res/layout/file_details_fragment.xml

@@ -27,7 +27,7 @@
 
     <LinearLayout
         android:layout_width="match_parent"
-        android:layout_height="match_parent"
+        android:layout_height="wrap_content"
         android:orientation="vertical">
 
         <LinearLayout