Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-android
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 478a4ed1
authored
Oct 12, 2021
by
amateur
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
7ccab11f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/src/main/java/com/whaty/nafmii/activity/OutsideWebviewActivity.java
app/src/main/res/values/styles.xml
app/src/main/java/com/whaty/nafmii/activity/OutsideWebviewActivity.java
View file @
478a4ed
...
@@ -74,7 +74,7 @@ public class OutsideWebviewActivity extends WebviewActivity {
...
@@ -74,7 +74,7 @@ public class OutsideWebviewActivity extends WebviewActivity {
title
.
setText
(
titleStr
);
title
.
setText
(
titleStr
);
}
}
if
(
"
1
"
.
equals
(
this
.
mBean
.
getIsShare
()))
{
if
(
"
0
"
.
equals
(
this
.
mBean
.
getIsShare
()))
{
Button
dot
=
super
.
findViewById
(
R
.
id
.
nav_dot
);
Button
dot
=
super
.
findViewById
(
R
.
id
.
nav_dot
);
dot
.
setVisibility
(
View
.
VISIBLE
);
dot
.
setVisibility
(
View
.
VISIBLE
);
dot
.
setOnClickListener
((
v
)
->
{
dot
.
setOnClickListener
((
v
)
->
{
...
...
app/src/main/res/values/styles.xml
View file @
478a4ed
...
@@ -61,6 +61,6 @@
...
@@ -61,6 +61,6 @@
<!-- <item name="android:windowFullscreen">true</item>-->
<!-- <item name="android:windowFullscreen">true</item>-->
<!-- <item name="android:windowLayoutInDisplayCutoutMode" tools:ignore="NewApi">shortEdges</item>-->
<!-- <item name="android:windowLayoutInDisplayCutoutMode" tools:ignore="NewApi">shortEdges</item>-->
<item
name=
"android:windowTranslucentStatus"
>
true
</item>
<item
name=
"android:windowTranslucentStatus"
>
true
</item>
<item
name=
"android:windowTranslucentNavigation"
>
true
</item
>
<!-- <item name="android:windowTranslucentNavigation">true</item>--
>
</style>
</style>
</resources>
</resources>
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment