Improve layouts #524

Merged
mmarif merged 12 commits from improve-layouts into master 2020-06-01 15:54:11 +00:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 1932a367b2 - Show all commits

View File

@ -34,7 +34,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor"
android:padding="4dp"
android:scrollbars="vertical" />
<TextView
@ -59,4 +58,4 @@
android:indeterminate="true"
android:visibility="gone" />
</RelativeLayout>
</RelativeLayout>

View File

@ -4,7 +4,7 @@
android:id="@+id/linearLayoutFilesFrame"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_margin="12dp"
android:background="?attr/primaryBackgroundColor">
<TextView
@ -62,4 +62,4 @@
</LinearLayout>
</RelativeLayout>
</RelativeLayout>