diff --git a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/StorageFragment.kt b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/StorageFragment.kt index a5e8d34e..ac1c0bd9 100644 --- a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/StorageFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/StorageFragment.kt @@ -18,7 +18,6 @@ import kotlinx.android.synthetic.main.storage_fragment.view.* import java.util.* import kotlin.collections.HashMap - class StorageFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerFragment(context, attributeSet) { private val IMAGES = "images" private val VIDEOS = "videos" diff --git a/app/src/main/res/layout/storage_fragment.xml b/app/src/main/res/layout/storage_fragment.xml index 196b8662..4148a10a 100644 --- a/app/src/main/res/layout/storage_fragment.xml +++ b/app/src/main/res/layout/storage_fragment.xml @@ -4,284 +4,296 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/storage_fragment" android:layout_width="match_parent" - android:layout_height="match_parent" - tools:ignore="RelativeOverlap"> + android:layout_height="match_parent"> - + android:layout_height="wrap_content"> - + tools:ignore="RelativeOverlap"> - + - + - - + - + - + + - + - - + - + - + + - + - - + - + - + + - + - - + - + - + + - + - - + - + - + + - + - - + - + - + + - + - - + + + + + + + +