Commit b53eee2d authored by wanglei's avatar wanglei

=======拆包前准备====

parent bd01210e
Pipeline #1139 failed with stages
# Super Cleaner Max # Super Cleaner Max
文件清理类拆包 文件清理类拆包,拆包来源cleanmastermax,这个版本将drawable的图片合并入mipmap中,方便后续拆包。
\ No newline at end of file
# 蓝湖
[蓝湖地址]()
\ No newline at end of file
...@@ -128,9 +128,9 @@ class BatteryInfoActivity : BaseActivity<ActivityBatteryInfoBinding>() { ...@@ -128,9 +128,9 @@ class BatteryInfoActivity : BaseActivity<ActivityBatteryInfoBinding>() {
val total = intent?.extras?.getInt("scale")?:0 val total = intent?.extras?.getInt("scale")?:0
val percent = current * 100 / total val percent = current * 100 / total
if (percent >= 30) { if (percent >= 30) {
binding?.imagePower?.setImageResource(R.drawable.batteryl) binding?.imagePower?.setImageResource(R.mipmap.batteryl)
} else { } else {
binding?.imagePower?.setImageResource(R.drawable.batteryh) binding?.imagePower?.setImageResource(R.mipmap.batteryh)
} }
binding?.tvLevel?.text = "$percent%" binding?.tvLevel?.text = "$percent%"
} }
......
...@@ -177,10 +177,10 @@ class PermissionManagerActivity : BaseActivity<ActivityPermissionManagerBinding> ...@@ -177,10 +177,10 @@ class PermissionManagerActivity : BaseActivity<ActivityPermissionManagerBinding>
private fun setExpandCollapseSensitive() { private fun setExpandCollapseSensitive() {
if (sensitiveExpand) { if (sensitiveExpand) {
binding.ivArrowSensitive.setImageResource(R.drawable.hxiala_s) binding.ivArrowSensitive.setImageResource(R.mipmap.hxiala_s)
binding.rvSensitive.visibility = View.VISIBLE binding.rvSensitive.visibility = View.VISIBLE
} else { } else {
binding.ivArrowSensitive.setImageResource(R.drawable.hxiala_x) binding.ivArrowSensitive.setImageResource(R.mipmap.hxiala_x)
binding.rvSensitive.visibility = View.GONE binding.rvSensitive.visibility = View.GONE
} }
} }
...@@ -188,10 +188,10 @@ class PermissionManagerActivity : BaseActivity<ActivityPermissionManagerBinding> ...@@ -188,10 +188,10 @@ class PermissionManagerActivity : BaseActivity<ActivityPermissionManagerBinding>
private fun setExpandCollapseNormal() { private fun setExpandCollapseNormal() {
if (normalExpand) { if (normalExpand) {
binding.ivArrowNormal.setImageResource(R.drawable.aa_xiala_s) binding.ivArrowNormal.setImageResource(R.mipmap.aa_xiala_s)
binding.rvNormal.visibility = View.VISIBLE binding.rvNormal.visibility = View.VISIBLE
} else { } else {
binding.ivArrowNormal.setImageResource(R.drawable.aa_xiala_x) binding.ivArrowNormal.setImageResource(R.mipmap.aa_xiala_x)
binding.rvNormal.visibility = View.GONE binding.rvNormal.visibility = View.GONE
} }
......
...@@ -176,7 +176,7 @@ class ResultActivity : BaseActivity<ActivityLayoutResultBinding>() { ...@@ -176,7 +176,7 @@ class ResultActivity : BaseActivity<ActivityLayoutResultBinding>() {
//load gif //load gif
// Glide.with(this) // Glide.with(this)
// .asGif() // .asGif()
// .load(R.drawable.success) // .load(R.mipmap.success)
// .into(object : ImageViewTarget<GifDrawable>(vb.icSuccess) { // .into(object : ImageViewTarget<GifDrawable>(vb.icSuccess) {
// override fun onResourceReady( // override fun onResourceReady(
// resource: GifDrawable, // resource: GifDrawable,
......
...@@ -95,9 +95,9 @@ class PhotoListManager(context: Activity) : OnItemClickListener<PhotoBean>, Span ...@@ -95,9 +95,9 @@ class PhotoListManager(context: Activity) : OnItemClickListener<PhotoBean>, Span
mCompressionPhotoListAdapter?.isSelectAll() mCompressionPhotoListAdapter?.isSelectAll()
val drawable: Drawable? = if (mCompressionPhotoListAdapter?.isSelectAll() == true) { val drawable: Drawable? = if (mCompressionPhotoListAdapter?.isSelectAll() == true) {
ContextCompat.getDrawable(mContext, R.drawable.quanxuan_s) ContextCompat.getDrawable(mContext, R.mipmap.quanxuan_s)
} else { } else {
ContextCompat.getDrawable(mContext, R.drawable.quanxuan_n) ContextCompat.getDrawable(mContext, R.mipmap.quanxuan_n)
} }
mSelectAll.setCompoundDrawablesRelativeWithIntrinsicBounds(null, drawable, null, null) mSelectAll.setCompoundDrawablesRelativeWithIntrinsicBounds(null, drawable, null, null)
} }
......
...@@ -25,32 +25,32 @@ class AppFunctionAdapter(val click: (name: String) -> Unit) : ...@@ -25,32 +25,32 @@ class AppFunctionAdapter(val click: (name: String) -> Unit) :
RecyclerView.Adapter<AppFunctionAdapter.JJJ>() { RecyclerView.Adapter<AppFunctionAdapter.JJJ>() {
val list = arrayListOf( val list = arrayListOf(
Fun(JUNK_CLEANER, R.drawable.cleanjunk, "Clean junk regularly to free up space", "Clean Up"), Fun(JUNK_CLEANER, R.mipmap.cleanjunk, "Clean junk regularly to free up space", "Clean Up"),
Fun(PHOTO_COMPRESS, R.drawable.photo, "Compress photos to save space", "Compress"), Fun(PHOTO_COMPRESS, R.mipmap.photo, "Compress photos to save space", "Compress"),
Fun(LARGE_FILE_CLEANER, R.drawable.large, "Clean large files to free up storage space", "Clean Up"), Fun(LARGE_FILE_CLEANER, R.mipmap.large, "Clean large files to free up storage space", "Clean Up"),
Fun(BATTERY_INFO, R.drawable.battery, "View battery usage and details", "Check Now"), Fun(BATTERY_INFO, R.mipmap.battery, "View battery usage and details", "Check Now"),
Fun( Fun(
APP_MANAGER, APP_MANAGER,
R.drawable.appmanager, R.mipmap.appmanager,
"Check apps size and uninstall some apps to release storage space", "Check apps size and uninstall some apps to release storage space",
"Check Now" "Check Now"
), ),
Fun( Fun(
SIMILAR_PHOTOS, SIMILAR_PHOTOS,
R.drawable.similar, R.mipmap.similar,
"Check similar photos to release more space", "Check similar photos to release more space",
"Clean Up" "Clean Up"
), ),
Fun( Fun(
NOTIFICATION_CLEANER, NOTIFICATION_CLEANER,
R.drawable.notification, R.mipmap.notification,
"Too many annoying notifications? Block and clean", "Too many annoying notifications? Block and clean",
"Check Now" "Check Now"
), ),
Fun(RECENT_APP_USAGE, R.drawable.recentapp, "Check and manage recently active apps", "View Now"), Fun(RECENT_APP_USAGE, R.mipmap.recentapp, "Check and manage recently active apps", "View Now"),
Fun( Fun(
NETWORK_TRAFFIC, NETWORK_TRAFFIC,
R.drawable.network, R.mipmap.network,
"View network traffic usage and stop traffic-consuming apps", "View network traffic usage and stop traffic-consuming apps",
"View Now" "View Now"
) )
......
...@@ -57,24 +57,24 @@ class LargeFileAdapter( ...@@ -57,24 +57,24 @@ class LargeFileAdapter(
} }
data.isAudio() -> { data.isAudio() -> {
binding.iv.setImageResource(R.drawable.icon_tingyinyue) binding.iv.setImageResource(R.mipmap.icon_tingyinyue)
} }
data.isDoc() -> { data.isDoc() -> {
binding.iv.setImageResource(R.drawable.icon_wendang) binding.iv.setImageResource(R.mipmap.icon_wendang)
} }
data.isApk() -> { data.isApk() -> {
binding.iv.setImageResource(R.drawable.icon_apk) binding.iv.setImageResource(R.mipmap.icon_apk)
} }
data.isZip() -> { data.isZip() -> {
binding.iv.setImageResource(R.drawable.icon_archives) binding.iv.setImageResource(R.mipmap.icon_archives)
} }
else -> { else -> {
binding.iv.setImageResource(R.drawable.icon_other_file) binding.iv.setImageResource(R.mipmap.icon_other_file)
} }
} }
binding.tvName.text = data.name binding.tvName.text = data.name
......
...@@ -30,22 +30,22 @@ class ToolsAdapter( ...@@ -30,22 +30,22 @@ class ToolsAdapter(
private val list = listOf( private val list = listOf(
ToolsUI( ToolsUI(
tittle = "Popular", tools = listOf( tittle = "Popular", tools = listOf(
ToolUI(JUNK_CLEANER, context.getString(R.string.clean_junk), R.drawable.s_cleanjunk), ToolUI(JUNK_CLEANER, context.getString(R.string.clean_junk), R.mipmap.s_cleanjunk),
ToolUI(PHOTO_COMPRESS, context.getString(R.string.photo_compress), R.drawable.s_photo), ToolUI(PHOTO_COMPRESS, context.getString(R.string.photo_compress), R.mipmap.s_photo),
ToolUI(SIMILAR_PHOTOS, "Similar Photos", R.drawable.s_similar), ToolUI(SIMILAR_PHOTOS, "Similar Photos", R.mipmap.s_similar),
ToolUI(LARGE_FILE_CLEANER, context.getString(R.string.large_file_cleaner), R.drawable.s_large), ToolUI(LARGE_FILE_CLEANER, context.getString(R.string.large_file_cleaner), R.mipmap.s_large),
ToolUI(APP_MANAGER, context.getString(R.string.app_manager), R.drawable.s_appmanager), ToolUI(APP_MANAGER, context.getString(R.string.app_manager), R.mipmap.s_appmanager),
ToolUI(SPEAK_CLEANER, context.getString(R.string.speaker_cleaner), R.drawable.s_speaker), ToolUI(SPEAK_CLEANER, context.getString(R.string.speaker_cleaner), R.mipmap.s_speaker),
ToolUI(BATTERY_INFO, context.getString(R.string.battery_info), R.drawable.s_battery) ToolUI(BATTERY_INFO, context.getString(R.string.battery_info), R.mipmap.s_battery)
) )
), ),
ToolsUI(isAd = true), ToolsUI(isAd = true),
ToolsUI( ToolsUI(
tittle = "More", tittle = "More",
tools = listOf( tools = listOf(
ToolUI(NOTIFICATION_CLEANER, context.getString(R.string.notification_cleaner), R.drawable.s_notification), ToolUI(NOTIFICATION_CLEANER, context.getString(R.string.notification_cleaner), R.mipmap.s_notification),
ToolUI(NETWORK_TRAFFIC, context.getString(R.string.network_traffic), R.drawable.s_network), ToolUI(NETWORK_TRAFFIC, context.getString(R.string.network_traffic), R.mipmap.s_network),
ToolUI(RECENT_APP_USAGE, context.getString(R.string.recent_app_usage), R.drawable.s_network), ToolUI(RECENT_APP_USAGE, context.getString(R.string.recent_app_usage), R.mipmap.s_network),
) )
), ),
......
...@@ -127,68 +127,68 @@ object NotificationHelper { ...@@ -127,68 +127,68 @@ object NotificationHelper {
val remoteViews = RemoteViews(packageName, R.layout.notification_common_notify) val remoteViews = RemoteViews(packageName, R.layout.notification_common_notify)
when (actionId) { when (actionId) {
ID_JUNK_CLEAN_PUSH -> { ID_JUNK_CLEAN_PUSH -> {
remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.cleanjunk) remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.cleanjunk)
remoteViews.setTextViewText(R.id.tv_desc, "Clean up remaining junk files") remoteViews.setTextViewText(R.id.tv_desc, "Clean up remaining junk files")
remoteViews.setTextViewText(R.id.tv_btn, "Clean up") remoteViews.setTextViewText(R.id.tv_btn, "Clean up")
} }
// ID_VIRUS_PUSH -> { // ID_VIRUS_PUSH -> {
// remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.virus) // remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.virus)
// remoteViews.setTextViewText(R.id.tv_desc, "Protect your device and privacy, scan for virus threats now!") // remoteViews.setTextViewText(R.id.tv_desc, "Protect your device and privacy, scan for virus threats now!")
// remoteViews.setTextViewText(R.id.tv_btn, "Scan") // remoteViews.setTextViewText(R.id.tv_btn, "Scan")
// } // }
// ID_BATTERY_OPTIMIZATION -> { // ID_BATTERY_OPTIMIZATION -> {
// remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.battery) // remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.battery)
// val random = Random.nextInt(0, 50) // val random = Random.nextInt(0, 50)
// remoteViews.setTextViewText(R.id.tv_desc, "$random Apps are consuming photo power") // remoteViews.setTextViewText(R.id.tv_desc, "$random Apps are consuming photo power")
// remoteViews.setTextViewText(R.id.tv_btn, "Optimize") // remoteViews.setTextViewText(R.id.tv_btn, "Optimize")
// } // }
ID_LARGE_FILE_PUSH -> { ID_LARGE_FILE_PUSH -> {
remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.large) remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.large)
remoteViews.setTextViewText(R.id.tv_desc, "Clean big files to free up storage space") remoteViews.setTextViewText(R.id.tv_desc, "Clean big files to free up storage space")
remoteViews.setTextViewText(R.id.tv_btn, "Clean up") remoteViews.setTextViewText(R.id.tv_btn, "Clean up")
} }
ID_PHOTO_COMPRESS -> { ID_PHOTO_COMPRESS -> {
remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.photo) remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.photo)
remoteViews.setTextViewText(R.id.tv_desc, "Compress images to release more space") remoteViews.setTextViewText(R.id.tv_desc, "Compress images to release more space")
remoteViews.setTextViewText(R.id.tv_btn, "Compress") remoteViews.setTextViewText(R.id.tv_btn, "Compress")
} }
ID_APP_MANAGER -> { ID_APP_MANAGER -> {
remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.appmanager) remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.appmanager)
remoteViews.setTextViewText(R.id.tv_desc, "Check apps size and uninstall junk apps to release storage space") remoteViews.setTextViewText(R.id.tv_desc, "Check apps size and uninstall junk apps to release storage space")
remoteViews.setTextViewText(R.id.tv_btn, "Manage") remoteViews.setTextViewText(R.id.tv_btn, "Manage")
} }
ID_NETWORK_TRAFFIC -> { ID_NETWORK_TRAFFIC -> {
remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.network) remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.network)
remoteViews.setTextViewText(R.id.tv_desc, "View network traffic usage and stop traffic-consuming apps.") remoteViews.setTextViewText(R.id.tv_desc, "View network traffic usage and stop traffic-consuming apps.")
remoteViews.setTextViewText(R.id.tv_btn, "View") remoteViews.setTextViewText(R.id.tv_btn, "View")
} }
ID_CLEAN_NOTIFICATION -> { ID_CLEAN_NOTIFICATION -> {
remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.notification) remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.notification)
remoteViews.setTextViewText(R.id.tv_desc, "Too many annoying notifications? Block and clean") remoteViews.setTextViewText(R.id.tv_desc, "Too many annoying notifications? Block and clean")
remoteViews.setTextViewText(R.id.tv_btn, "View") remoteViews.setTextViewText(R.id.tv_btn, "View")
} }
ID_RECENT_USE_APP -> { ID_RECENT_USE_APP -> {
remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.recentapp) remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.recentapp)
remoteViews.setTextViewText(R.id.tv_desc, "Check and manage recently active apps") remoteViews.setTextViewText(R.id.tv_desc, "Check and manage recently active apps")
remoteViews.setTextViewText(R.id.tv_btn, "Manage") remoteViews.setTextViewText(R.id.tv_btn, "Manage")
} }
ID_SIMILAR_IMAGE -> { ID_SIMILAR_IMAGE -> {
remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.similar) remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.similar)
remoteViews.setTextViewText(R.id.tv_desc, "Check similar photos to release more space") remoteViews.setTextViewText(R.id.tv_desc, "Check similar photos to release more space")
remoteViews.setTextViewText(R.id.tv_btn, "Clean up") remoteViews.setTextViewText(R.id.tv_btn, "Clean up")
} }
ID_CLEAN_SPEAKER -> { ID_CLEAN_SPEAKER -> {
remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.speaker) remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.speaker)
remoteViews.setTextViewText(R.id.tv_desc, "Clean the speaker dust and fix the low volume problem") remoteViews.setTextViewText(R.id.tv_desc, "Clean the speaker dust and fix the low volume problem")
remoteViews.setTextViewText(R.id.tv_btn, "Clean up") remoteViews.setTextViewText(R.id.tv_btn, "Clean up")
} }
...@@ -196,31 +196,31 @@ object NotificationHelper { ...@@ -196,31 +196,31 @@ object NotificationHelper {
//==================================下面是被动推送的情况=============================================== //==================================下面是被动推送的情况===============================================
ID_INSTALL_PACKAGE_PUSH -> { ID_INSTALL_PACKAGE_PUSH -> {
remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.install) remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.install)
remoteViews.setTextViewText(R.id.tv_desc, "Installation successful. Delete useless APKs") remoteViews.setTextViewText(R.id.tv_desc, "Installation successful. Delete useless APKs")
remoteViews.setTextViewText(R.id.tv_btn, "Scan") remoteViews.setTextViewText(R.id.tv_btn, "Scan")
} }
ID_UNINSTALL_PACKAGE_PUSH -> { ID_UNINSTALL_PACKAGE_PUSH -> {
remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.uninstall) remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.uninstall)
remoteViews.setTextViewText(R.id.tv_desc, "Uninstalled successfully, clean residual files from your device") remoteViews.setTextViewText(R.id.tv_desc, "Uninstalled successfully, clean residual files from your device")
remoteViews.setTextViewText(R.id.tv_btn, "Clean up") remoteViews.setTextViewText(R.id.tv_btn, "Clean up")
} }
ID_CHARGE -> { ID_CHARGE -> {
remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.battery_charge) remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.battery_charge)
remoteViews.setTextViewText(R.id.tv_desc, "View phone battery consumption recently") remoteViews.setTextViewText(R.id.tv_desc, "View phone battery consumption recently")
remoteViews.setTextViewText(R.id.tv_btn, "View") remoteViews.setTextViewText(R.id.tv_btn, "View")
} }
ID_LOW_BATTERY_PUSH -> { ID_LOW_BATTERY_PUSH -> {
remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.battery_lower) remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.battery_lower)
remoteViews.setTextViewText(R.id.tv_desc, "The battery is $extra%, view the battery information") remoteViews.setTextViewText(R.id.tv_desc, "The battery is $extra%, view the battery information")
remoteViews.setTextViewText(R.id.tv_btn, "View") remoteViews.setTextViewText(R.id.tv_btn, "View")
} }
// ID_PHONE_ACCELERATE -> { // ID_PHONE_ACCELERATE -> {
// remoteViews.setImageViewResource(R.id.iv_icon, R.drawable.memory) // remoteViews.setImageViewResource(R.id.iv_icon, R.mipmap.memory)
// remoteViews.setTextViewText(R.id.tv_desc, "Ram usage reached $extra%, optimize now!") // remoteViews.setTextViewText(R.id.tv_desc, "Ram usage reached $extra%, optimize now!")
// remoteViews.setTextViewText(R.id.tv_btn, "Optimize") // remoteViews.setTextViewText(R.id.tv_btn, "Optimize")
// } // }
......
...@@ -11,11 +11,11 @@ import android.view.View ...@@ -11,11 +11,11 @@ import android.view.View
import com.test.basd.supercleanermax.R import com.test.basd.supercleanermax.R
class ArrowView : View { class ArrowView : View {
private val arrowUpN: Bitmap = BitmapFactory.decodeResource(resources, R.drawable.upper_n) private val arrowUpN: Bitmap = BitmapFactory.decodeResource(resources, R.mipmap.upper_n)
private val arrowUpS: Bitmap = BitmapFactory.decodeResource(resources, R.drawable.l_upper) private val arrowUpS: Bitmap = BitmapFactory.decodeResource(resources, R.mipmap.l_upper)
private val arrowLoweN: Bitmap = BitmapFactory.decodeResource(resources, R.drawable.lowe_n) private val arrowLoweN: Bitmap = BitmapFactory.decodeResource(resources, R.mipmap.lowe_n)
private val arrowLoweS: Bitmap = BitmapFactory.decodeResource(resources, R.drawable.l_lower) private val arrowLoweS: Bitmap = BitmapFactory.decodeResource(resources, R.mipmap.l_lower)
private val drawPaint = Paint(Paint.ANTI_ALIAS_FLAG or Paint.DITHER_FLAG) private val drawPaint = Paint(Paint.ANTI_ALIAS_FLAG or Paint.DITHER_FLAG)
private var upMargin = 0f private var upMargin = 0f
private var lowMargin = 0f private var lowMargin = 0f
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/image_selected_all" android:state_selected="true" /> <item android:drawable="@mipmap/image_selected_all" android:state_selected="true" />
<item android:drawable="@drawable/image_unselected_all" /> <item android:drawable="@mipmap/image_unselected_all" />
</selector> </selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/image_selected_2" android:state_selected="true" /> <item android:drawable="@mipmap/image_selected_2" android:state_selected="true" />
<item android:drawable="@drawable/image_unselected_2" /> <item android:drawable="@mipmap/image_unselected_2" />
</selector> </selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/xuanxe" android:state_checked="true" /> <item android:drawable="@mipmap/xuanxe" android:state_checked="true" />
<item android:drawable="@drawable/xuan" /> <item android:drawable="@mipmap/xuan" />
</selector> </selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/white"/> <item android:drawable="@color/white"/>
<item android:drawable="@drawable/splash_bg" /> <item android:drawable="@mipmap/splash_bg" />
<item <item
android:top="130dp" android:top="130dp"
android:gravity="top|center_horizontal"> android:gravity="top|center_horizontal">
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
android:layout_width="17dp" android:layout_width="17dp"
android:layout_height="17dp" android:layout_height="17dp"
android:layout_gravity="center" android:layout_gravity="center"
android:src="@drawable/iv_return" android:src="@mipmap/iv_return"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</FrameLayout> </FrameLayout>
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
android:layout_width="23dp" android:layout_width="23dp"
android:layout_height="23dp" android:layout_height="23dp"
android:layout_gravity="center" android:layout_gravity="center"
android:src="@drawable/sousuo" android:src="@mipmap/sousuo"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</FrameLayout> </FrameLayout>
...@@ -228,7 +228,8 @@ ...@@ -228,7 +228,8 @@
android:includeFontPadding="false" android:includeFontPadding="false"
android:text="Last Used" android:text="Last Used"
android:textColor="#000000" android:textColor="#000000"
android:textSize="14sp" /> android:textSize="14sp"
tools:ignore="HardcodedText" />
<com.test.basd.supercleanermax.view.ArrowView <com.test.basd.supercleanermax.view.ArrowView
android:id="@+id/arrow_last_use" android:id="@+id/arrow_last_use"
...@@ -265,20 +266,21 @@ ...@@ -265,20 +266,21 @@
android:layout_height="0dp" android:layout_height="0dp"
android:layout_weight="1" /> android:layout_weight="1" />
<TextView <com.noober.background.view.BLTextView
android:id="@+id/tv_uninstall" android:id="@+id/tv_uninstall"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="50dp" android:layout_height="50dp"
android:layout_marginHorizontal="40dp" android:layout_marginHorizontal="40dp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:layout_marginBottom="20dp" android:layout_marginBottom="20dp"
android:background="@drawable/bg_corners_4772ff"
android:gravity="center" android:gravity="center"
android:text="Uninstall" android:text="Uninstall"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="20sp" android:textSize="20sp"
android:textStyle="bold" android:textStyle="bold"
android:visibility="gone" android:visibility="gone"
app:bl_corners_radius="17dp"
app:bl_solid_color="@color/theme_color"
tools:ignore="HardcodedText" /> tools:ignore="HardcodedText" />
</LinearLayout> </LinearLayout>
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="10dp" android:padding="10dp"
android:src="@drawable/iv_return" android:src="@mipmap/iv_return"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
android:id="@+id/image_power" android:id="@+id/image_power"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/batteryl" android:src="@mipmap/batteryl"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.4" app:layout_constraintHorizontal_bias="0.4"
...@@ -301,7 +301,7 @@ ...@@ -301,7 +301,7 @@
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginTop="14.5dp" android:layout_marginTop="14.5dp"
android:src="@drawable/time" android:src="@mipmap/time"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.045" app:layout_constraintHorizontal_bias="0.045"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
...@@ -367,7 +367,7 @@ ...@@ -367,7 +367,7 @@
android:id="@+id/appCompatImageView10" android:id="@+id/appCompatImageView10"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/hos" android:src="@mipmap/hos"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.045" app:layout_constraintHorizontal_bias="0.045"
...@@ -421,7 +421,7 @@ ...@@ -421,7 +421,7 @@
android:id="@+id/iv_blue" android:id="@+id/iv_blue"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/lanya" android:src="@mipmap/lanya"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.045" app:layout_constraintHorizontal_bias="0.045"
...@@ -473,7 +473,7 @@ ...@@ -473,7 +473,7 @@
android:id="@+id/iv_light" android:id="@+id/iv_light"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/turn" android:src="@mipmap/turn"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.045" app:layout_constraintHorizontal_bias="0.045"
...@@ -526,7 +526,7 @@ ...@@ -526,7 +526,7 @@
android:id="@+id/iv_gps" android:id="@+id/iv_gps"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/gps" android:src="@mipmap/gps"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.045" app:layout_constraintHorizontal_bias="0.045"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:drawableEnd="@drawable/xuanze" android:drawableEnd="@mipmap/xuanze"
android:drawablePadding="4dp" android:drawablePadding="4dp"
android:textColor="#ff000000" android:textColor="#ff000000"
android:textSize="19sp" android:textSize="19sp"
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginStart="16dp" android:layout_marginStart="16dp"
android:layout_marginEnd="26dp" android:layout_marginEnd="26dp"
android:drawableTop="@drawable/quanxuan_n" android:drawableTop="@mipmap/quanxuan_n"
android:gravity="center" android:gravity="center"
android:text="Select All" android:text="Select All"
android:textColor="#ff666666" android:textColor="#ff666666"
...@@ -85,7 +85,8 @@ ...@@ -85,7 +85,8 @@
android:text="CONTINUE" android:text="CONTINUE"
android:textColor="#ffffffff" android:textColor="#ffffffff"
android:textSize="19sp" android:textSize="19sp"
android:textStyle="bold" /> android:textStyle="bold"
tools:ignore="HardcodedText" />
</LinearLayout> </LinearLayout>
</RelativeLayout> </RelativeLayout>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:drawableTop="@drawable/wancheng" android:drawableTop="@mipmap/wancheng"
android:text=" images compressed" android:text=" images compressed"
android:textColor="#ffffffff" android:textColor="#ffffffff"
android:textSize="15sp" /> android:textSize="15sp" />
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:layout_marginTop="60dp" android:layout_marginTop="60dp"
android:src="@drawable/cleanguest" /> android:src="@mipmap/cleanguest" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
android:layout_width="17dp" android:layout_width="17dp"
android:layout_height="17dp" android:layout_height="17dp"
android:layout_gravity="center" android:layout_gravity="center"
android:src="@drawable/iv_return" android:src="@mipmap/iv_return"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</FrameLayout> </FrameLayout>
......
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/accesspermission" /> android:src="@mipmap/accesspermission" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingHorizontal="20dp" android:paddingHorizontal="20dp"
android:src="@drawable/iv_return" /> android:src="@mipmap/iv_return" />
<TextView <TextView
android:id="@+id/id_tv_title_back" android:id="@+id/id_tv_title_back"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="20dp" android:layout_marginTop="20dp"
android:padding="10dp" android:padding="10dp"
android:src="@drawable/iv_return" android:src="@mipmap/iv_return"
android:tint="@color/white" android:tint="@color/white"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/speakertu" /> android:src="@mipmap/speakertu" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
......
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/notificationtu" /> android:src="@mipmap/notificationtu" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
......
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="6dp" android:layout_marginTop="6dp"
app:bl_selected_drawable="@drawable/tab_home_s" app:bl_selected_drawable="@mipmap/tab_home_s"
app:bl_unSelected_drawable="@drawable/tab_home_n" /> app:bl_unSelected_drawable="@mipmap/tab_home_n" />
<com.noober.background.view.BLTextView <com.noober.background.view.BLTextView
android:id="@+id/id_tv_home" android:id="@+id/id_tv_home"
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="6dp" android:layout_marginTop="6dp"
app:bl_selected_drawable="@drawable/tab_tools_s" app:bl_selected_drawable="@mipmap/tab_tools_s"
app:bl_unSelected_drawable="@drawable/tab_tools_n" /> app:bl_unSelected_drawable="@mipmap/tab_tools_n" />
<com.noober.background.view.BLTextView <com.noober.background.view.BLTextView
android:id="@+id/id_tv_tools" android:id="@+id/id_tv_tools"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
android:layout_width="17dp" android:layout_width="17dp"
android:layout_height="17dp" android:layout_height="17dp"
android:layout_gravity="center" android:layout_gravity="center"
android:src="@drawable/iv_return" android:src="@mipmap/iv_return"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</FrameLayout> </FrameLayout>
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
android:layout_width="22dp" android:layout_width="22dp"
android:layout_height="22dp" android:layout_height="22dp"
android:layout_gravity="center" android:layout_gravity="center"
android:src="@drawable/saixuan" android:src="@mipmap/saixuan"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</FrameLayout> </FrameLayout>
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
android:layout_height="74dp" android:layout_height="74dp"
android:layout_marginVertical="10dp" android:layout_marginVertical="10dp"
android:layout_marginEnd="20dp" android:layout_marginEnd="20dp"
android:src="@drawable/permissiontu" android:src="@mipmap/permissiontu"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/fl_top" app:layout_constraintTop_toBottomOf="@id/fl_top"
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
android:layout_height="16dp" android:layout_height="16dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginStart="16dp" android:layout_marginStart="16dp"
android:src="@drawable/icon_s" android:src="@mipmap/icon_s"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
android:layout_height="16dp" android:layout_height="16dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginEnd="24dp" android:layout_marginEnd="24dp"
android:src="@drawable/hxiala_x" android:src="@mipmap/hxiala_x"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</LinearLayout> </LinearLayout>
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
android:layout_height="16dp" android:layout_height="16dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginStart="16dp" android:layout_marginStart="16dp"
android:src="@drawable/icon_n" android:src="@mipmap/icon_n"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
android:layout_height="16dp" android:layout_height="16dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginEnd="24dp" android:layout_marginEnd="24dp"
android:src="@drawable/aa_xiala_x" android:src="@mipmap/aa_xiala_x"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</LinearLayout> </LinearLayout>
......
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
android:text="Preview" android:text="Preview"
android:textColor="#ff000000" android:textColor="#ff000000"
android:textSize="19sp" android:textSize="19sp"
android:textStyle="bold" /> android:textStyle="bold"
tools:ignore="HardcodedText" />
<ImageView <ImageView
android:id="@+id/fanhui" android:id="@+id/fanhui"
...@@ -29,7 +30,8 @@ ...@@ -29,7 +30,8 @@
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginLeft="18dp" android:layout_marginLeft="18dp"
android:src="@mipmap/fanhui" android:src="@mipmap/fanhui"
app:tint="@color/black" /> app:tint="@color/black"
tools:ignore="ContentDescription,RtlHardcoded" />
</RelativeLayout> </RelativeLayout>
<RelativeLayout <RelativeLayout
...@@ -62,34 +64,38 @@ ...@@ -62,34 +64,38 @@
android:gravity="center" android:gravity="center"
android:text="Before" android:text="Before"
android:textColor="#666666" android:textColor="#666666"
android:textSize="12sp" /> android:textSize="12sp"
tools:ignore="HardcodedText,RtlHardcoded" />
<TextView <TextView
android:id="@+id/right_button" android:id="@+id/right_button"
android:layout_width="60dp" android:layout_width="60dp"
android:layout_height="24dp" android:layout_height="24dp"
android:layout_alignParentRight="true" android:layout_alignParentEnd="true"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:layout_marginRight="16dp" android:layout_marginEnd="16dp"
android:background="@drawable/btn_white_r12" android:background="@drawable/btn_white_r12"
android:gravity="center" android:gravity="center"
android:text="After" android:text="After"
android:textColor="#666666" android:textColor="#666666"
android:textSize="12sp" /> android:textSize="12sp"
tools:ignore="HardcodedText" />
<ImageView <ImageView
android:id="@+id/before_image" android:id="@+id/before_image"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginLeft="16dp" android:layout_marginStart="16dp"
android:layout_toLeftOf="@+id/line" /> android:layout_toStartOf="@+id/line"
tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/after_image" android:id="@+id/after_image"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_toRightOf="@+id/line" /> android:layout_toRightOf="@+id/line"
tools:ignore="ContentDescription,RtlHardcoded" />
<View <View
android:id="@+id/line" android:id="@+id/line"
...@@ -103,7 +109,8 @@ ...@@ -103,7 +109,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:background="@drawable/yuanicon" /> android:background="@mipmap/yuanicon"
tools:ignore="ContentDescription" />
</RelativeLayout> </RelativeLayout>
<!--suppress AndroidElementNotAllowed --> <!--suppress AndroidElementNotAllowed -->
...@@ -134,7 +141,8 @@ ...@@ -134,7 +141,8 @@
android:text="37.322 KB" android:text="37.322 KB"
android:textColor="#fffefefe" android:textColor="#fffefefe"
android:textSize="12sp" android:textSize="12sp"
android:textStyle="bold" /> android:textStyle="bold"
tools:ignore="HardcodedText,RtlHardcoded" />
<ImageView <ImageView
android:id="@+id/jiantou" android:id="@+id/jiantou"
...@@ -142,19 +150,21 @@ ...@@ -142,19 +150,21 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:background="@drawable/jiantou" /> android:background="@mipmap/jiantou"
tools:ignore="ContentDescription" />
<TextView <TextView
android:id="@+id/after_size" android:id="@+id/after_size"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginLeft="21dp" android:layout_marginStart="21dp"
android:layout_toRightOf="@+id/jiantou" android:layout_toEndOf="@+id/jiantou"
android:text="40.270 KB" android:text="40.270 KB"
android:textColor="#fffefefe" android:textColor="#fffefefe"
android:textSize="12sp" android:textSize="12sp"
android:textStyle="bold" /> android:textStyle="bold"
tools:ignore="HardcodedText" />
</RelativeLayout> </RelativeLayout>
...@@ -169,70 +179,75 @@ ...@@ -169,70 +179,75 @@
</RelativeLayout> </RelativeLayout>
<RelativeLayout <LinearLayout
android:id="@+id/bottom_layout" android:id="@+id/bottom_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="170dp" android:layout_height="170dp"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:background="@color/white" android:background="@color/white"
android:orientation="vertical"
android:paddingTop="21dp"> android:paddingTop="21dp">
<RelativeLayout
<SeekBar
android:id="@+id/seekBar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_above="@+id/view_line"> android:max="100"
android:progress="50"
android:progressDrawable="@drawable/seekbar_bg"
android:thumb="@mipmap/preview" />
<SeekBar <FrameLayout
android:id="@+id/seekBar" android:layout_width="match_parent"
android:layout_width="match_parent" android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:max="100"
android:progress="50"
android:progressDrawable="@drawable/seekbar_bg"
android:thumb="@drawable/preview" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/seekBar" android:layout_gravity="start"
android:layout_marginLeft="16dp" android:layout_marginStart="16dp"
android:text="Best photo quality" android:text="Best photo quality"
android:textColor="#ff000000" android:textColor="#ff000000"
android:textSize="14sp" /> android:textSize="14sp"
tools:ignore="HardcodedText" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/seekBar" android:layout_gravity="end"
android:layout_alignParentRight="true" android:layout_marginEnd="16dp"
android:layout_marginRight="16dp"
android:text="Most space saved" android:text="Most space saved"
android:textColor="#ff000000" android:textColor="#ff000000"
android:textSize="14sp" /> android:textSize="14sp"
</RelativeLayout> tools:ignore="HardcodedText" />
</FrameLayout>
<View <View
android:id="@+id/view_line" android:id="@+id/view_line"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="1dp"
android:layout_above="@+id/btn_compress" android:layout_above="@+id/btn_compress"
android:layout_marginTop="33dp" android:layout_marginTop="5dp"
android:background="#EEEEEE" /> android:background="#EEEEEE"
tools:ignore="ObsoleteLayoutParam" />
<TextView <com.noober.background.view.BLTextView
android:id="@+id/btn_compress" android:id="@+id/btn_compress"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="50dp" android:layout_height="50dp"
android:layout_alignParentBottom="true" android:layout_marginHorizontal="40dp"
android:layout_marginLeft="43dp" android:layout_marginTop="15dp"
android:layout_marginTop="8dp"
android:layout_marginRight="43dp"
android:layout_marginBottom="8dp"
android:background="@drawable/btn_blue_bg" android:background="@drawable/btn_blue_bg"
android:gravity="center" android:gravity="center"
android:text="COMPRESS ALL" android:text="COMPRESS ALL"
android:textColor="#ffffffff" android:textColor="#ffffffff"
android:textSize="19sp" android:textSize="19sp"
android:textStyle="bold" /> android:textStyle="bold"
</RelativeLayout> app:bl_corners_radius="5dp"
app:bl_solid_color="@color/theme_color"
tools:ignore="HardcodedText" />
</LinearLayout>
</RelativeLayout> </RelativeLayout>
\ No newline at end of file
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
android:layout_width="17dp" android:layout_width="17dp"
android:layout_height="17dp" android:layout_height="17dp"
android:layout_gravity="center" android:layout_gravity="center"
android:src="@drawable/iv_return" android:src="@mipmap/iv_return"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</FrameLayout> </FrameLayout>
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
android:layout_width="99dp" android:layout_width="99dp"
android:layout_height="185dp" android:layout_height="185dp"
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:src="@drawable/accesspermission" android:src="@mipmap/accesspermission"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
......
...@@ -45,9 +45,9 @@ the compressed ones." ...@@ -45,9 +45,9 @@ the compressed ones."
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:background="@drawable/btn_white_left"
android:gravity="center" android:gravity="center"
android:text="Cancel" android:text="Cancel"
android:background="@drawable/btn_white_left"
android:textColor="#ff666666" android:textColor="#ff666666"
android:textSize="18sp" /> android:textSize="18sp" />
...@@ -61,9 +61,9 @@ the compressed ones." ...@@ -61,9 +61,9 @@ the compressed ones."
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:background="@drawable/btn_white_right"
android:gravity="center" android:gravity="center"
android:text="Continue" android:text="Continue"
android:background="@drawable/btn_white_right"
android:textColor="#ff4772ff" android:textColor="#ff4772ff"
android:textSize="18sp" /> android:textSize="18sp" />
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<LinearLayout <LinearLayout
android:background="@drawable/shape_ffffff_r10"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:orientation="horizontal" android:layout_height="90dp"
android:background="@drawable/shape_ffffff_r10"
android:gravity="center" android:gravity="center"
android:layout_height="90dp"> android:orientation="horizontal"
tools:ignore="UselessParent">
<ProgressBar <ProgressBar
android:id="@+id/progressBar" android:id="@+id/progressBar"
android:layout_marginLeft="18dp"
style="?android:attr/progressBarStyle" style="?android:attr/progressBarStyle"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="18dp"
android:indeterminate="true" android:indeterminate="true"
android:indeterminateDrawable="@drawable/circle_progress_bar" /> android:indeterminateDrawable="@drawable/circle_progress_bar" />
...@@ -25,13 +26,13 @@ ...@@ -25,13 +26,13 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="11dp" android:layout_marginStart="11dp"
android:layout_marginRight="18dp" android:layout_marginEnd="18dp"
android:text="Advertising in preparation..." android:text="Advertising in preparation..."
android:textColor="#ff000000" android:textColor="#ff000000"
android:textSize="14sp" android:textSize="14sp"
/> tools:ignore="HardcodedText" />
</LinearLayout> </LinearLayout>
</RelativeLayout> </RelativeLayout>
\ No newline at end of file
...@@ -195,7 +195,6 @@ ...@@ -195,7 +195,6 @@
android:textSize="14sp" /> android:textSize="14sp" />
<TextView <TextView
android:id="@+id/tv_permission_check" android:id="@+id/tv_permission_check"
android:layout_width="match_parent" android:layout_width="match_parent"
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<ImageView <ImageView
android:layout_width="290dp" android:layout_width="290dp"
android:layout_height="130dp" android:layout_height="130dp"
android:src="@drawable/authorizationtu" android:src="@mipmap/authorizationtu"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
android:layout_height="19dp" android:layout_height="19dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginStart="20dp" android:layout_marginStart="20dp"
android:src="@drawable/date" android:src="@mipmap/date"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
android:layout_height="17dp" android:layout_height="17dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginEnd="20dp" android:layout_marginEnd="20dp"
android:src="@drawable/bxiala_x" android:src="@mipmap/bxiala_x"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</LinearLayout> </LinearLayout>
......
...@@ -44,14 +44,14 @@ ...@@ -44,14 +44,14 @@
android:layout_width="226dp" android:layout_width="226dp"
android:layout_height="226dp" android:layout_height="226dp"
android:layout_gravity="center" android:layout_gravity="center"
android:src="@drawable/yuan_bg" /> android:src="@mipmap/yuan_bg" />
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:id="@+id/id_img_xuanzhuan" android:id="@+id/id_img_xuanzhuan"
android:layout_width="205dp" android:layout_width="205dp"
android:layout_height="205dp" android:layout_height="205dp"
android:layout_gravity="center" android:layout_gravity="center"
android:src="@drawable/xuanzhuan_1" /> android:src="@mipmap/xuanzhuan_1" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/qingli" android:src="@mipmap/qingli"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/zujin" android:src="@mipmap/zujin"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/home_photo" android:src="@mipmap/home_photo"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/yingyong1" android:src="@mipmap/yingyong1"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/wangluo" android:src="@mipmap/wangluo"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
...@@ -373,7 +373,7 @@ ...@@ -373,7 +373,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/networktraffic" android:src="@mipmap/networktraffic"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
...@@ -484,7 +484,7 @@ ...@@ -484,7 +484,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginVertical="2dp" android:layout_marginVertical="2dp"
android:src="@drawable/dianchi_1" android:src="@mipmap/dianchi_1"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
...@@ -572,7 +572,7 @@ ...@@ -572,7 +572,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/photo2232" /> android:src="@mipmap/photo2232" />
<TextView <TextView
android:layout_width="0dp" android:layout_width="0dp"
...@@ -606,7 +606,7 @@ ...@@ -606,7 +606,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/dawenjian1" /> android:src="@mipmap/dawenjian1" />
<TextView <TextView
android:layout_width="0dp" android:layout_width="0dp"
...@@ -641,7 +641,7 @@ ...@@ -641,7 +641,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/recent2412" /> android:src="@mipmap/recent2412" />
<TextView <TextView
android:layout_width="0dp" android:layout_width="0dp"
...@@ -675,7 +675,7 @@ ...@@ -675,7 +675,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/xiangsi" /> android:src="@mipmap/xiangsi" />
<TextView <TextView
android:layout_width="0dp" android:layout_width="0dp"
...@@ -709,7 +709,7 @@ ...@@ -709,7 +709,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/speank2212" /> android:src="@mipmap/speank2212" />
<TextView <TextView
android:layout_width="0dp" android:layout_width="0dp"
...@@ -744,7 +744,7 @@ ...@@ -744,7 +744,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/tongzhi" /> android:src="@mipmap/tongzhi" />
<TextView <TextView
android:layout_width="0dp" android:layout_width="0dp"
...@@ -779,7 +779,7 @@ ...@@ -779,7 +779,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/home2_recent" /> android:src="@mipmap/home2_recent" />
<TextView <TextView
android:layout_width="0dp" android:layout_width="0dp"
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
android:layout_width="97dp" android:layout_width="97dp"
android:layout_height="97dp" android:layout_height="97dp"
android:layout_marginEnd="25dp" android:layout_marginEnd="25dp"
android:src="@drawable/tubg" android:src="@mipmap/tubg"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
android:layout_height="19dp" android:layout_height="19dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginStart="20dp" android:layout_marginStart="20dp"
android:src="@drawable/date" android:src="@mipmap/date"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
android:layout_height="17dp" android:layout_height="17dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginEnd="20dp" android:layout_marginEnd="20dp"
android:src="@drawable/bxiala_x" android:src="@mipmap/bxiala_x"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</LinearLayout> </LinearLayout>
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
android:layout_width="13dp" android:layout_width="13dp"
android:layout_height="13dp" android:layout_height="13dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:src="@drawable/anzhuang" android:src="@mipmap/anzhuang"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
android:layout_width="13dp" android:layout_width="13dp"
android:layout_height="13dp" android:layout_height="13dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:src="@drawable/kongjian" android:src="@mipmap/kongjian"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
android:layout_width="13dp" android:layout_width="13dp"
android:layout_height="13dp" android:layout_height="13dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:src="@drawable/zuijin" android:src="@mipmap/zuijin"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
android:layout_alignLeft="@+id/image" android:layout_alignLeft="@+id/image"
android:layout_alignRight="@+id/image" android:layout_alignRight="@+id/image"
android:layout_alignBottom="@+id/image" android:layout_alignBottom="@+id/image"
android:background="@drawable/shadow_bg" /> android:background="@mipmap/shadow_bg" />
<CheckBox <CheckBox
android:id="@+id/checkbox" android:id="@+id/checkbox"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
android:layout_width="24dp" android:layout_width="24dp"
android:layout_height="24dp" android:layout_height="24dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:src="@drawable/gougou_filter" android:src="@mipmap/gougou_filter"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</LinearLayout> </LinearLayout>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
android:layout_width="20dp" android:layout_width="20dp"
android:layout_height="20dp" android:layout_height="20dp"
android:layout_gravity="center" android:layout_gravity="center"
android:src="@drawable/dkas_89979" android:src="@mipmap/dkas_89979"
android:visibility="gone" android:visibility="gone"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
android:id="@+id/id_sc" android:id="@+id/id_sc"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/shanchu" /> android:src="@mipmap/shanchu" />
</androidx.appcompat.widget.LinearLayoutCompat> </androidx.appcompat.widget.LinearLayoutCompat>
</LinearLayout> </LinearLayout>
\ No newline at end of file
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
android:paddingHorizontal="8dp" android:paddingHorizontal="8dp"
android:paddingVertical="2dp" android:paddingVertical="2dp"
android:text="Granted" android:text="Granted"
android:textColor="#5B4FFF" android:textColor="@color/theme_color"
android:textSize="12sp" android:textSize="12sp"
android:textStyle="bold" android:textStyle="bold"
tools:ignore="HardcodedText" /> tools:ignore="HardcodedText" />
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
android:layout_height="42dp" android:layout_height="42dp"
android:layout_marginStart="12dp" android:layout_marginStart="12dp"
android:layout_marginEnd="9dp" android:layout_marginEnd="9dp"
android:src="@drawable/battery" /> android:src="@mipmap/battery" />
<androidx.appcompat.widget.LinearLayoutCompat <androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="match_parent" android:layout_width="match_parent"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
tools:ignore="ContentDescription" tools:ignore="ContentDescription"
tools:src="@drawable/appmanager_tools" /> tools:src="@mipmap/appmanager_tools" />
<TextView <TextView
android:id="@+id/tv_name" android:id="@+id/tv_name"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:paddingHorizontal="14dp" android:paddingHorizontal="14dp"
android:src="@drawable/raq_96989" /> android:src="@mipmap/raq_96989" />
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
android:layout_alignParentEnd="true" android:layout_alignParentEnd="true"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:paddingHorizontal="14dp" android:paddingHorizontal="14dp"
android:src="@drawable/sousuo" android:src="@mipmap/sousuo"
android:visibility="gone" /> android:visibility="gone" />
</RelativeLayout> </RelativeLayout>
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="14dp" android:layout_marginStart="14dp"
android:layout_marginEnd="8dp" android:layout_marginEnd="8dp"
android:src="@drawable/settingsnotifi" /> android:src="@mipmap/settingsnotifi" />
<androidx.appcompat.widget.LinearLayoutCompat <androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="0dp" android:layout_width="0dp"
......
...@@ -94,98 +94,98 @@ ...@@ -94,98 +94,98 @@
android:id="@+id/iv_btn_1" android:id="@+id/iv_btn_1"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_1" android:src="@mipmap/btn_1"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/iv_btn_2" android:id="@+id/iv_btn_2"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_2" android:src="@mipmap/btn_2"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/iv_btn_3" android:id="@+id/iv_btn_3"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_3" android:src="@mipmap/btn_3"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/iv_btn_4" android:id="@+id/iv_btn_4"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_4" android:src="@mipmap/btn_4"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/iv_btn_5" android:id="@+id/iv_btn_5"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_5" android:src="@mipmap/btn_5"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/iv_btn_6" android:id="@+id/iv_btn_6"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_6" android:src="@mipmap/btn_6"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/iv_btn_7" android:id="@+id/iv_btn_7"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_7" android:src="@mipmap/btn_7"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/iv_btn_8" android:id="@+id/iv_btn_8"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_8" android:src="@mipmap/btn_8"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/iv_btn_9" android:id="@+id/iv_btn_9"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_9" android:src="@mipmap/btn_9"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/iv_btn_10" android:id="@+id/iv_btn_10"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_10" android:src="@mipmap/btn_10"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/iv_btn_11" android:id="@+id/iv_btn_11"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_11" android:src="@mipmap/btn_11"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/iv_btn_12" android:id="@+id/iv_btn_12"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_12" android:src="@mipmap/btn_12"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/iv_btn_13" android:id="@+id/iv_btn_13"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_13" android:src="@mipmap/btn_13"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<ImageView <ImageView
android:id="@+id/iv_btn_14" android:id="@+id/iv_btn_14"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@drawable/btn_14" android:src="@mipmap/btn_14"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</ViewFlipper> </ViewFlipper>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:src="@drawable/qinli" android:src="@mipmap/qinli"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
...@@ -37,18 +37,18 @@ ...@@ -37,18 +37,18 @@
<LinearLayout <LinearLayout
android:id="@+id/id_ll_virus" android:id="@+id/id_ll_virus"
android:layout_width="0dp" android:layout_width="0dp"
android:visibility="gone"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:gravity="center" android:gravity="center"
android:orientation="vertical" android:orientation="vertical"
android:visibility="gone"
tools:ignore="UseCompoundDrawables"> tools:ignore="UseCompoundDrawables">
<ImageView <ImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:src="@drawable/saomiao" android:src="@mipmap/saomiao"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:src="@drawable/guanli" android:src="@mipmap/guanli"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:src="@drawable/dianchi" android:src="@mipmap/dianchi"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:src="@drawable/shoudiantong" android:src="@mipmap/shoudiantong"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginBottom="4dp" android:layout_marginBottom="4dp"
android:src="@drawable/qinli" android:src="@mipmap/qinli"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</LinearLayout> </LinearLayout>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="4dp" android:layout_marginBottom="4dp"
android:src="@drawable/saomiao" /> android:src="@mipmap/saomiao" />
</LinearLayout> </LinearLayout>
<!--app管理--> <!--app管理-->
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginBottom="4dp" android:layout_marginBottom="4dp"
android:src="@drawable/guanli" android:src="@mipmap/guanli"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</LinearLayout> </LinearLayout>
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginBottom="4dp" android:layout_marginBottom="4dp"
android:src="@drawable/dianchi" android:src="@mipmap/dianchi"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</LinearLayout> </LinearLayout>
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginBottom="4dp" android:layout_marginBottom="4dp"
android:src="@drawable/shoudiantong" android:src="@mipmap/shoudiantong"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</LinearLayout> </LinearLayout>
......
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
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