Commit c07f40ba authored by wanglei's avatar wanglei

混淆前定位

parent 330ee714
......@@ -316,7 +316,7 @@
android:layout_marginBottom="190dp"
android:gravity="center"
android:lineHeight="20dp"
android:text="please wait a moment.."
android:text="Please wait a moment.."
android:textColor="@color/black"
android:textSize="19sp"
android:textStyle="bold"
......
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
......@@ -38,9 +39,10 @@
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:gravity="center"
android:text="please wait..."
android:text="Please wait..."
android:textColor="#333333"
android:textSize="16sp" />
android:textSize="16sp"
tools:ignore="HardcodedText" />
</androidx.appcompat.widget.LinearLayoutCompat>
......
<resources>
<string name="app_name">Easy Cleaner Junk</string>
<string name="facebook_app_id" translatable="false">755287119834564</string>
<string name="facebook_app_id" translatable="false">493804439756114</string>
<string name="more_tools">More Tools</string>
<string name="more">More</string>
<string name="large_file_cleaner">Large File Cleaner</string>
......
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