Commit 806b8ef9 authored by wanglei's avatar wanglei

...

parent 20ac0d0c
......@@ -22,7 +22,7 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/logo"
android:label="@string/app_name"
android:logo="@mipmap/logo"
android:requestLegacyExternalStorage="true"
......@@ -32,6 +32,7 @@
tools:targetApi="31">
<activity
android:theme="@style/splash.theme"
android:name=".ui.splash.SplashActivity"
android:exported="true">
<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 @@
android:id="@+id/main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:background="@drawable/splash_bp"
tools:context=".ui.splash.SplashActivity">
<ImageView
......
......@@ -12,11 +12,11 @@
android:layout_marginTop="12dp"
tools:ignore="UseCompoundDrawables">
<!-- android:src="@mipmap/moren_logo"-->
<ImageView
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_gravity="center_vertical"
android:src="@mipmap/logo_corners"
tools:ignore="ContentDescription" />
<TextView
......
......@@ -12,13 +12,18 @@
<item name="windowNoTitle">true</item>
</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 name="Theme.PdfReaderAllPdfReader.PopupOverlay" parent="ThemeOverlay.AppCompat.Light">
<style name="Theme.PdfReaderAllPdfReader.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar">
</style>
<style name="Theme.PdfReaderAllPdfReader.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/>
<style name="BottomSheetDialog" parent="Theme.Design.Light.BottomSheetDialog">
<item name="bottomSheetStyle">@style/bottomSheetStyleWrapper</item>
</style>
......@@ -27,4 +32,5 @@
<item name="android:background">@android:color/transparent</item>
</style>
</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