Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abook_check
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_android
abook_check
Commits
52bc2a58
Commit
52bc2a58
authored
Aug 28, 2025
by
Kang Donghun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#67472 画面の上と下にあるボタンが、端末のボタンに覆われ操作できない(Android15対応)
parent
4bfa5586
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
17 deletions
+27
-17
ABVJE_Launcher_Android/AndroidManifest.xml
+15
-15
ABVJE_Res_Default_Android/res/values-normal/style.xml
+3
-1
ABVJE_UI_Android/res/values/themes_abook.xml
+2
-0
ABVJE_UI_Android/res/values/themes_style.xml
+7
-1
No files found.
ABVJE_Launcher_Android/AndroidManifest.xml
View file @
52bc2a58
...
...
@@ -118,7 +118,7 @@
android:name=
"jp.agentec.abook.abv.ui.home.activity.PreSplashActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:launchMode=
"singleTask"
android:theme=
"@
android:style/Theme.NoTitleBar.Fullscreen
"
android:exported=
"true"
>
android:theme=
"@
style/Theme_fits_full
"
android:exported=
"true"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
...
...
@@ -157,45 +157,45 @@
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.SplashScreenActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar.Fullscreen
"
/>
android:theme=
"@
style/Theme_fits_full
"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.LoginActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:label=
"LoginActivity"
android:theme=
"@
android:style/Theme.NoTitleBar.Fullscreen
"
/>
android:theme=
"@
style/Theme_fits_full
"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.ContentViewActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:hardwareAccelerated=
"false"
android:theme=
"@
android:style/Theme.NoTitleBar.Fullscreen
"
/>
android:theme=
"@
style/Theme_fits_full
"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.HTMLWebViewActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar
"
>
android:theme=
"@
style/Theme_fits
"
>
</activity>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.EnqueteWebViewActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar
"
>
android:theme=
"@
style/Theme_fits
"
>
</activity>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.PreviewActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar.Fullscreen
"
>
android:theme=
"@
style/Theme_fits_full
"
>
</activity>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.VideoViewActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar.Fullscreen
"
>
android:theme=
"@
style/Theme_fits_full
"
>
</activity>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.LoginPasswordChangeActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:label=
"LoginPasswordChangeActivity"
android:theme=
"@
android:style/Theme.NoTitleBar.Fullscreen
"
>
android:theme=
"@
style/Theme_fits_full
"
>
</activity>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.ABookSettingActivity"
android:theme=
"@
android:style/Theme.NoTitleBar
"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.ChangePasswordActivity"
android:theme=
"@
android:style/Theme.NoTitleBar.Fullscreen
"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.ABookSettingActivity"
android:theme=
"@
style/Theme_fits
"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.ChangePasswordActivity"
android:theme=
"@
style/Theme_fits_full
"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.ChangePasswordActivityDialog"
android:theme=
"@style/Theme.MyTheme.ModalDialog"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.HelpActivity"
android:configChanges=
"orientation|screenSize"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.GuideViewActivity"
android:configChanges=
"orientation|screenSize"
/>
...
...
@@ -204,11 +204,11 @@
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.AudioPlayActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar.Fullscreen
"
/>
android:theme=
"@
style/Theme_fits_full
"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.ImageViewActivity"
android:hardwareAccelerated=
"false"
android:configChanges=
"keyboardHidden"
android:theme=
"@
android:style/Theme.NoTitleBar.Fullscreen
"
/>
android:theme=
"@
style/Theme_fits_full
"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.common.activity.ShowPushMessageDailogActivity"
android:theme=
"@android:style/Theme.Translucent.NoTitleBar"
android:exported=
"true"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
...
...
@@ -237,10 +237,10 @@
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.OnlineHTMLWebViewActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar.Fullscreen
"
>
android:theme=
"@
style/Theme_fits_full
"
>
</activity>
<!-- @Form QRコードリーダー -->
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.CaptureQRCodeActivity"
android:theme=
"@
android:style/Theme.NoTitleBar.Fullscreen
"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.CaptureQRCodeActivity"
android:theme=
"@
style/Theme_fits_full
"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.CaptureQRCodeActivityDialog"
android:theme=
"@android:style/Theme.Holo.Dialog.NoActionBar"
/>
</application>
...
...
ABVJE_Res_Default_Android/res/values-normal/style.xml
View file @
52bc2a58
...
...
@@ -9,7 +9,9 @@
<item
name=
"android:windowBackground"
>
@color/transparent
</item>
</style>
<style
name=
"AppTheme"
parent=
"android:Theme.Light"
/>
<style
name=
"AppTheme"
parent=
"android:Theme.Light"
>
<item
name=
"android:fitsSystemWindows"
>
true
</item>
</style>
<style
name=
"Theme_Contentdetailview"
parent=
"android:style/Theme.Translucent"
>
<item
name=
"android:windowContentOverlay"
>
@null
</item>
...
...
ABVJE_UI_Android/res/values/themes_abook.xml
View file @
52bc2a58
...
...
@@ -30,6 +30,7 @@
<item
name=
"android:textViewStyle"
>
@style/TextViewABook
</item>
<item
name=
"android:alertDialogStyle"
>
@style/Theme_ABookAlertDialog
</item>
<item
name=
"android:fitsSystemWindows"
>
true
</item>
</style>
</resources>
\ No newline at end of file
ABVJE_UI_Android/res/values/themes_style.xml
View file @
52bc2a58
...
...
@@ -69,5 +69,10 @@
<item name="android:windowNoTitle">true</item>
<item name="android:windowBackground">@drawable/translucent_background</item>
</style> -->
<style
name=
"Theme_fits_full"
parent=
"android:style/Theme.NoTitleBar.Fullscreen"
>
<item
name=
"android:fitsSystemWindows"
>
true
</item>
</style>
<style
name=
"Theme_fits"
parent=
"android:style/Theme.NoTitleBar"
>
<item
name=
"android:fitsSystemWindows"
>
true
</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