Commit 52255a0b authored by 赵鹏翔's avatar 赵鹏翔

统一ui样式

parent 1e5fb1e1
...@@ -6,8 +6,8 @@ import com.fastcashier.lib_common.base.BaseActivity ...@@ -6,8 +6,8 @@ import com.fastcashier.lib_common.base.BaseActivity
import com.fastcashier.lib_common.util.LogFileUtils import com.fastcashier.lib_common.util.LogFileUtils
import com.fastcashier.lib_common.util.clickWithTrigger import com.fastcashier.lib_common.util.clickWithTrigger
import com.miya.fastcashier.databinding.ActivityFunctionCenterBinding import com.miya.fastcashier.databinding.ActivityFunctionCenterBinding
import com.miya.fastcashier.util.manage.log.LFilePickerManageKit
import com.miya.fastcashier.ui.dialog.SystemParameterDialog import com.miya.fastcashier.ui.dialog.SystemParameterDialog
import com.miya.fastcashier.util.manage.log.LFilePickerManageKit
/** /**
* 功能中心 * 功能中心
......
...@@ -61,6 +61,7 @@ class LFilePickerActivity : BaseActivity() { ...@@ -61,6 +61,7 @@ class LFilePickerActivity : BaseActivity() {
private var mListFiles: List<File>? = null private var mListFiles: List<File>? = null
private val mListNumbers = ArrayList<String>() //存放选中条目的数据地址 private val mListNumbers = ArrayList<String>() //存放选中条目的数据地址
private var mQrCodeEncodeMsg: String? = null private var mQrCodeEncodeMsg: String? = null
override fun onCreate(savedInstanceState: Bundle?) { override fun onCreate(savedInstanceState: Bundle?) {
mParamEntity = intent.extras!!.getSerializable("param") as LFileParamBean? mParamEntity = intent.extras!!.getSerializable("param") as LFileParamBean?
setTheme(mParamEntity!!.theme) setTheme(mParamEntity!!.theme)
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical"
android:background="@color/commonColorPrimary"> android:background="@color/colorPrimary">
<TextView <TextView
android:id="@+id/tv_title" android:id="@+id/tv_title"
......
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