Commit ec9d314e authored by wanglei's avatar wanglei

结果页

parent 06233121
...@@ -28,7 +28,7 @@ android { ...@@ -28,7 +28,7 @@ android {
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64' abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64'
} }
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "cleanmastermax-v${versionName}") setProperty("archivesBaseName", "superfilemanager-v${versionName}")
} }
buildTypes { buildTypes {
......
...@@ -27,7 +27,7 @@ data class FileBean( ...@@ -27,7 +27,7 @@ data class FileBean(
fun isDoc() = !isDir && type in listOf("pdf", "doc", "docx", "xls", "ppt", "txt") fun isDoc() = !isDir && type in listOf("pdf", "doc", "docx", "xls", "ppt", "txt")
fun isDocx() = !isDir && type in listOf("docx") fun isDocx() = !isDir && type in listOf("docx")
fun isPdf() = !isDir && type in listOf("pdf") fun isPdf() = !isDir && type in listOf("pdf")
fun isXls() = !isDir && type in listOf("xls") fun isXls() = !isDir && type in listOf("xls", "xlsx")
fun isTxt() = !isDir && type in listOf("txt") fun isTxt() = !isDir && type in listOf("txt")
fun isPpt() = !isDir && type in listOf("ppt") fun isPpt() = !isDir && type in listOf("ppt")
fun isOther() = !isImage() && !isVideo() && !isAudio() && !isZip() && !isApk() fun isOther() = !isImage() && !isVideo() && !isAudio() && !isZip() && !isApk()
......
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
android:id="@+id/iv_empty" android:id="@+id/iv_empty"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/empty_notifi" android:src="@drawable/queshengtu"
android:visibility="gone" android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment