Переглянути джерело

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