Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
P
pdf all reader
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
pdf all reader
Commits
806b8ef9
Commit
806b8ef9
authored
Nov 08, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
20ac0d0c
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
5 deletions
+21
-5
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+2
-1
splash_bp.xml
app/src/main/res/drawable/splash_bp.xml
+9
-0
activity_splash.xml
app/src/main/res/layout/activity_splash.xml
+1
-1
notification_message.xml
app/src/main/res/layout/notification_message.xml
+1
-1
qdyebg.webp
app/src/main/res/mipmap-xxhdpi/qdyebg.webp
+0
-0
themes.xml
app/src/main/res/values/themes.xml
+8
-2
No files found.
app/src/main/AndroidManifest.xml
View file @
806b8ef9
...
...
@@ -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>
...
...
app/src/main/res/drawable/splash_bp.xml
0 → 100644
View file @
806b8ef9
<?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
app/src/main/res/layout/activity_splash.xml
View file @
806b8ef9
...
...
@@ -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
...
...
app/src/main/res/layout/notification_message.xml
View file @
806b8ef9
...
...
@@ -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
...
...
app/src/main/res/mipmap-xxhdpi/qdyebg.webp
0 → 100644
View file @
806b8ef9
File added
app/src/main/res/values/themes.xml
View file @
806b8ef9
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment