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
7bef1aed
Commit
7bef1aed
authored
Jul 02, 2021
by
Kim Jinsung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #43379 【Check Android 1.3.200】Android6の端末でリスト/360ベースの作業を開こうとするとアプリが落ちてしまう
parent
a0771fcd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
ABVJE_UI_Android/res/layout/ac_html_xwalk.xml
+6
-6
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/HTMLXWalkWebViewActivity.java
+0
-2
No files found.
ABVJE_UI_Android/res/layout/ac_html_xwalk.xml
View file @
7bef1aed
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
android:background=
"@color/app_color"
android:background=
"@color/app_color"
android:minHeight=
"50dp"
>
android:minHeight=
"50dp"
>
<Button
<
Image
Button
android:id=
"@+id/closeBtn"
android:id=
"@+id/closeBtn"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
android:visibility=
"visible"
android:visibility=
"visible"
android:contentDescription=
"@string/cont_desc"
/>
android:contentDescription=
"@string/cont_desc"
/>
<Button
<
Image
Button
android:id=
"@+id/btn_link_original_back"
android:id=
"@+id/btn_link_original_back"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
android:gravity=
"center"
android:gravity=
"center"
android:textStyle=
"bold"
/>
android:textStyle=
"bold"
/>
</LinearLayout>
</LinearLayout>
<Button
<
Image
Button
android:id=
"@+id/btn_operation_home"
android:id=
"@+id/btn_operation_home"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
android:background=
"@drawable/btn_remote_start"
android:background=
"@drawable/btn_remote_start"
android:visibility=
"gone"
/>
android:visibility=
"gone"
/>
<Button
<
Image
Button
android:id=
"@+id/btn_history_list"
android:id=
"@+id/btn_history_list"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
android:layout_centerVertical=
"true"
android:layout_centerVertical=
"true"
android:layout_toLeftOf=
"@+id/menuLayout"
android:layout_toLeftOf=
"@+id/menuLayout"
android:layout_marginRight=
"10dp"
>
android:layout_marginRight=
"10dp"
>
<Button
<
Image
Button
android:id=
"@+id/btnWebBack"
android:id=
"@+id/btnWebBack"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
...
@@ -106,7 +106,7 @@
...
@@ -106,7 +106,7 @@
android:background=
"@drawable/btn_history_back"
android:background=
"@drawable/btn_history_back"
android:contentDescription=
"@string/cont_desc"
/>
android:contentDescription=
"@string/cont_desc"
/>
<Button
<
Image
Button
android:id=
"@+id/btnWebForward"
android:id=
"@+id/btnWebForward"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/HTMLXWalkWebViewActivity.java
View file @
7bef1aed
...
@@ -198,8 +198,6 @@ public class HTMLXWalkWebViewActivity extends ParentWebViewActivity {
...
@@ -198,8 +198,6 @@ public class HTMLXWalkWebViewActivity extends ParentWebViewActivity {
subMenuBtn
.
setVisibility
(
View
.
GONE
);
subMenuBtn
.
setVisibility
(
View
.
GONE
);
final
Button
btnWebBack
=
(
Button
)
findViewById
(
R
.
id
.
btnWebBack
);
final
Button
btnWebForward
=
(
Button
)
findViewById
(
R
.
id
.
btnWebForward
);
btnWebClose
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
btnWebClose
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
@Override
@Override
public
void
onClick
(
View
v
)
{
public
void
onClick
(
View
v
)
{
...
...
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