This commit is contained in:
ocean 2025-10-28 14:23:50 +08:00
parent 89ec1b8f5c
commit 9e36d7ca74
5 changed files with 6 additions and 6 deletions

View File

@ -34,8 +34,8 @@ android {
applicationId = "com.all.pdfreader.pro.app" applicationId = "com.all.pdfreader.pro.app"
minSdk = 24 minSdk = 24
targetSdk = 36 targetSdk = 36
versionCode = 1 versionCode = 2
versionName = "1.0.1" versionName = "1.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

View File

@ -30,10 +30,10 @@
android:allowBackup="true" android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules" android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules" android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/app_logo"
android:label="@string/app_name" android:label="@string/app_name"
android:requestLegacyExternalStorage="true" android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/app_logo"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.PDFReaderPro" android:theme="@style/Theme.PDFReaderPro"
tools:targetApi="36"> tools:targetApi="36">

View File

@ -11,7 +11,7 @@
android:id="@+id/app_logo" android:id="@+id/app_logo"
android:layout_width="120dp" android:layout_width="120dp"
android:layout_height="120dp" android:layout_height="120dp"
android:src="@mipmap/ic_launcher" /> android:src="@mipmap/app_logo" />
<!-- App Name --> <!-- App Name -->
<TextView <TextView

View File

@ -33,7 +33,7 @@
android:layout_height="80dp" android:layout_height="80dp"
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:layout_marginBottom="16dp" android:layout_marginBottom="16dp"
android:src="@mipmap/ic_launcher" android:src="@mipmap/app_logo"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB