Commit 806b8ef9 authored by wanglei's avatar wanglei

...

parent 20ac0d0c
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
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/logo"
android:label="@string/app_name" android:label="@string/app_name"
android:logo="@mipmap/logo" android:logo="@mipmap/logo"
android:requestLegacyExternalStorage="true" android:requestLegacyExternalStorage="true"
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
tools:targetApi="31"> tools:targetApi="31">
<activity <activity
android:theme="@style/splash.theme"
android:name=".ui.splash.SplashActivity" android:name=".ui.splash.SplashActivity"
android:exported="true"> android:exported="true">
<intent-filter> <intent-filter>
......
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/qdyebg" />
<!-- <item-->
<!-- android:gravity="top|center_horizontal"-->
<!-- android:top="220dp">-->
<!-- <bitmap android:src="" />-->
<!-- </item>-->
</layer-list>
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
android:id="@+id/main" android:id="@+id/main"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/white" android:background="@drawable/splash_bp"
tools:context=".ui.splash.SplashActivity"> tools:context=".ui.splash.SplashActivity">
<ImageView <ImageView
......
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
android:layout_marginTop="12dp" android:layout_marginTop="12dp"
tools:ignore="UseCompoundDrawables"> tools:ignore="UseCompoundDrawables">
<!-- android:src="@mipmap/moren_logo"-->
<ImageView <ImageView
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:src="@mipmap/logo_corners"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
......
...@@ -12,13 +12,18 @@ ...@@ -12,13 +12,18 @@
<item name="windowNoTitle">true</item> <item name="windowNoTitle">true</item>
</style> </style>
<style name="Theme.PdfReaderAllPdfReader.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
<style name="splash.theme" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="android:windowBackground">@drawable/splash_bp</item>
<item name="android:windowFullscreen">false</item>
</style> </style>
<style name="Theme.PdfReaderAllPdfReader.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"> <style name="Theme.PdfReaderAllPdfReader.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
</style> </style>
<style name="Theme.PdfReaderAllPdfReader.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/>
<style name="BottomSheetDialog" parent="Theme.Design.Light.BottomSheetDialog"> <style name="BottomSheetDialog" parent="Theme.Design.Light.BottomSheetDialog">
<item name="bottomSheetStyle">@style/bottomSheetStyleWrapper</item> <item name="bottomSheetStyle">@style/bottomSheetStyleWrapper</item>
</style> </style>
...@@ -27,4 +32,5 @@ ...@@ -27,4 +32,5 @@
<item name="android:background">@android:color/transparent</item> <item name="android:background">@android:color/transparent</item>
</style> </style>
</resources> </resources>
\ 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