Commit c09a9fbe authored by wanglei's avatar wanglei

...

parent 9ca87785
......@@ -112,7 +112,7 @@ class ResultActivity : BaseActivity<ActivityLayoutResultBinding>() {
}
WHATSAPP_CLEANER -> {
binding.tvInfo.text = "WhatsApp clean completed."
binding.tvInfo.text = "WhatsApp scan completed."
}
else -> {}
......
......@@ -111,6 +111,7 @@ object DialogViews {
val dialog = CustomDialog(this, R.layout.dialog_function_exit)
dialog.findViewById<TextView>(R.id.tv_tittle).text = function
dialog.findViewById<TextView>(R.id.tv_desc).text = desc
dialog.findViewById<TextView>(R.id.tv_cancel).setOnClickListener {
dialog.dismiss()
......
......@@ -124,21 +124,20 @@
<com.noober.background.view.BLTextView
android:id="@+id/tv_tv_got_it"
android:layout_width="266dp"
android:layout_height="50dp"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="16dp"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_marginHorizontal="40dp"
android:layout_marginVertical="20dp"
android:gravity="center"
android:text="Got it"
android:textColor="@color/white"
android:textSize="19sp"
android:textSize="18sp"
android:textStyle="bold"
app:bl_corners_radius="10dp"
app:bl_solid_color="@color/theme_color"
app:bl_solid_color="#355bea"
tools:ignore="HardcodedText" />
</LinearLayout>
</FrameLayout>
\ No newline at end of file
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