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
8783a220
Commit
8783a220
authored
May 17, 2021
by
Kim Jinsung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #42761【android10不具合対応 Check】作業一覧で、横から縦に画面を動かすと黒い帯がでることがある
parent
b00e5195
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
139 additions
and
54 deletions
+139
-54
ABVJE_Launcher_Android/AndroidManifest.xml
+16
-18
ABVJE_UI_Android/res/drawable/bg_edit_text_view.xml
+32
-0
ABVJE_UI_Android/res/layout/ac_html_webview.xml
+4
-3
ABVJE_UI_Android/res/layout/ac_login.xml
+6
-3
ABVJE_UI_Android/res/layout/ac_online_html_webview.xml
+1
-1
ABVJE_UI_Android/res/layout/content_view_toolbar.xml
+2
-1
ABVJE_UI_Android/res/layout/custom_preference_category.xml
+17
-0
ABVJE_UI_Android/res/layout/page_number.xml
+2
-0
ABVJE_UI_Android/res/layout/setting_fragment.xml
+3
-1
ABVJE_UI_Android/res/values/themes_abook.xml
+39
-1
ABVJE_UI_Android/res/xml/pref.xml
+11
-13
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/common/activity/ABVActivity.java
+2
-9
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/common/activity/ABVContentViewActivity.java
+2
-2
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/OnlineHTMLWebViewActivity.java
+1
-1
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/ParentWebViewActivity.java
+1
-1
No files found.
ABVJE_Launcher_Android/AndroidManifest.xml
View file @
8783a220
...
...
@@ -157,42 +157,40 @@
android:name=
"jp.agentec.abook.abv.ui.home.activity.LoginActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:label=
"LoginActivity"
android:theme=
"@
android:style/Theme.NoTitleBar.Fulls
creen"
/>
android:theme=
"@
style/Theme.AppCompat.Light.NoActionBar.FullS
creen"
/>
<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.Fulls
creen"
/>
android:theme=
"@
style/Theme.AppCompat.Light.NoActionBar.FullS
creen"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.HTMLWebViewActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@android:style/Theme.NoTitleBar"
>
android:configChanges=
"keyboardHidden|orientation|screenSize"
>
</activity>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.HTMLXWalkWebViewActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@android:style/Theme.NoTitleBar"
>
android:configChanges=
"keyboardHidden|orientation|screenSize"
>
</activity>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.EnqueteWebViewActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@android:style/Theme.NoTitleBar"
>
>
</activity>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.PreviewActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar.Fulls
creen"
>
android:theme=
"@
style/Theme.AppCompat.Light.NoActionBar.FullS
creen"
>
</activity>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.VideoViewActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar.Fulls
creen"
>
android:theme=
"@
style/Theme.AppCompat.Light.NoActionBar.FullS
creen"
>
</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.Fulls
creen"
>
android:theme=
"@
style/Theme.AppCompat.Light.NoActionBar.FullS
creen"
>
</activity>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.DeviceImageListActivityDialog"
...
...
@@ -201,19 +199,19 @@
android:theme=
"@style/Theme_Contentdetailview"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.DeviceImageListActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar.Fulls
creen"
/>
android:theme=
"@
style/Theme.AppCompat.Light.NoActionBar.FullS
creen"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.theta.ThetaCameraActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar.Fulls
creen"
/>
android:theme=
"@
style/Theme.AppCompat.Light.NoActionBar.FullS
creen"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.theta.ThetaImageListActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar.Fulls
creen"
/>
android:theme=
"@
style/Theme.AppCompat.Light.NoActionBar.FullS
creen"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.theta.ThetaImagePreviewActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar.Fulls
creen"
/>
android:theme=
"@
style/Theme.AppCompat.Light.NoActionBar.FullS
creen"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.ABookSettingActivity"
android:theme=
"@
android:style/Theme.NoTitle
Bar"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.ABookSettingActivity"
android:theme=
"@
style/Theme.AppCompat.NoAction
Bar"
/>
<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.ChangePasswordActivityDialog"
android:theme=
"@style/Theme.MyTheme.ModalDialog"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.HelpActivity"
android:configChanges=
"orientation|screenSize"
/>
...
...
@@ -223,11 +221,11 @@
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.AudioPlayActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar.Fulls
creen"
/>
android:theme=
"@
style/Theme.AppCompat.Light.NoActionBar.FullS
creen"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.ImageViewActivity"
android:hardwareAccelerated=
"false"
android:configChanges=
"keyboardHidden"
android:theme=
"@
android:style/Theme.NoTitleBar.Fulls
creen"
/>
android:theme=
"@
style/Theme.AppCompat.Light.NoActionBar.FullS
creen"
/>
<activity
android:name=
"jp.agentec.abook.abv.ui.common.activity.ShowPushMessageDailogActivity"
android:theme=
"@android:style/Theme.Translucent.NoTitleBar"
>
<intent-filter>
...
...
@@ -248,7 +246,7 @@
<activity
android:name=
"jp.agentec.abook.abv.ui.viewer.activity.OnlineHTMLWebViewActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@
android:style/Theme.NoTitleBar.Fulls
creen"
>
android:theme=
"@
style/Theme.AppCompat.Light.NoActionBar.FullS
creen"
>
</activity>
<activity
android:name=
"jp.agentec.abook.abv.ui.home.activity.ChatWebviewActivity"
android:configChanges=
"screenSize|smallestScreenSize|screenLayout|orientation"
...
...
ABVJE_UI_Android/res/drawable/bg_edit_text_view.xml
0 → 100644
View file @
8783a220
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<!--The outline turns to colorPrimary when the EditText is in focus-->
<item
android:state_enabled=
"true"
android:state_focused=
"true"
>
<shape
android:shape=
"rectangle"
>
<solid
android:color=
"@android:color/white"
/>
<corners
android:radius=
"1dp"
/>
<stroke
android:width=
"3dp"
android:color=
"@android:color/holo_orange_light"
/>
<padding
android:bottom=
"7dp"
android:left=
"7dp"
android:right=
"7dp"
android:top=
"7dp"
/>
</shape>
</item>
<!--The outline turns to grey when the EditText is out of focus-->
<item
android:state_enabled=
"true"
>
<shape
android:shape=
"rectangle"
>
<solid
android:color=
"@android:color/white"
/>
<corners
android:radius=
"1dp"
/>
<stroke
android:width=
"1dp"
android:color=
"@android:color/white"
/>
<padding
android:bottom=
"7dp"
android:left=
"7dp"
android:right=
"7dp"
android:top=
"7dp"
/>
</shape>
</item>
</selector>
\ No newline at end of file
ABVJE_UI_Android/res/layout/ac_html_webview.xml
View file @
8783a220
...
...
@@ -49,16 +49,17 @@
android:visibility=
"gone"
android:textStyle=
"bold"
/>
</LinearLayout>
<Button
<
Image
Button
android:id=
"@+id/btn_operation_home"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_alignParentLeft=
"true"
android:layout_centerVertical=
"true"
android:layout_marginLeft=
"15dp"
android:visibility=
"gone"
android:background=
"@drawable/ic_operation_home"
android:contentDescription=
"@string/cont_desc"
/>
android:contentDescription=
"@string/cont_desc"
android:visibility=
"gone"
/>
<ImageButton
android:id=
"@+id/btn_remote_pause"
android:layout_width=
"wrap_content"
...
...
ABVJE_UI_Android/res/layout/ac_login.xml
View file @
8783a220
...
...
@@ -36,15 +36,17 @@
android:id=
"@+id/edt_site_id"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"8dp"
android:hint=
"@string/title_site_id"
android:inputType=
"number"
android:
visibility=
"gone
"
android:
maxLines=
"1
"
/>
android:
maxLines=
"1
"
android:
visibility=
"gone
"
/>
<jp.agentec.abook.abv.ui.common.view.ABVEditText
android:id=
"@+id/edt_url_path"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"8dp"
android:hint=
"@string/title_url_path"
android:inputType=
"textEmailAddress"
android:maxLines=
"1"
/>
...
...
@@ -53,6 +55,7 @@
android:id=
"@+id/edt_id"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"8dp"
android:focusable=
"true"
android:hint=
"@string/title_id"
android:inputType=
"textEmailAddress"
...
...
@@ -75,7 +78,7 @@
android:background=
"@drawable/btn_login"
android:contentDescription=
"@string/login"
android:text=
"@string/login"
android:textColor=
"@color/text_color"
/>
android:textColor=
"@color/text_color"
/>
</LinearLayout>
</LinearLayout>
...
...
ABVJE_UI_Android/res/layout/ac_online_html_webview.xml
View file @
8783a220
...
...
@@ -26,7 +26,7 @@
android:background=
"@null"
android:src=
"@drawable/btn_history_back_for_webview"
/>
<Button
<
Image
Button
android:id=
"@+id/closeBtn"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
ABVJE_UI_Android/res/layout/content_view_toolbar.xml
View file @
8783a220
...
...
@@ -26,7 +26,7 @@
android:background=
"@drawable/btn_home"
android:contentDescription=
"@string/end"
/>
<Button
<
Image
Button
android:id=
"@+id/btn_operation_home"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -180,6 +180,7 @@
android:layout_centerHorizontal=
"true"
android:layout_marginTop=
"5dp"
android:background=
"@drawable/frame"
android:textColor=
"@android:color/white"
android:padding=
"8dp"
android:text=
"@string/dummy_str"
android:textSize=
"15sp"
...
...
ABVJE_UI_Android/res/layout/custom_preference_category.xml
0 → 100644
View file @
8783a220
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+android:id/title"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:gravity=
"center_vertical"
android:padding=
"5dp"
android:textColor=
"@android:color/darker_gray"
android:textSize=
"14sp"
android:textStyle=
"bold"
android:background=
"@android:color/black"
/>
</LinearLayout>
\ No newline at end of file
ABVJE_UI_Android/res/layout/page_number.xml
View file @
8783a220
...
...
@@ -12,6 +12,7 @@
android:textSize=
"20sp"
android:paddingLeft=
"10dp"
android:paddingRight=
"10dp"
android:textColor=
"@android:color/white"
android:background=
"@drawable/rounded_edittext"
/>
</RelativeLayout>
\ No newline at end of file
ABVJE_UI_Android/res/layout/setting_fragment.xml
View file @
8783a220
...
...
@@ -8,6 +8,7 @@
android:id=
"@android:id/list"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:scrollingCache=
"false"
/>
android:scrollingCache=
"false"
android:divider=
"@android:color/holo_red_dark"
/>
</LinearLayout>
\ No newline at end of file
ABVJE_UI_Android/res/values/themes_abook.xml
View file @
8783a220
...
...
@@ -3,7 +3,7 @@
<!-- Generated with http://android-holo-colors.com -->
<resources
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<style
name=
"ABook"
parent=
"
android:Theme
.Light"
>
<style
name=
"ABook"
parent=
"
Theme.AppCompat
.Light"
>
<!-- <item name="android:editTextStyle">@style/EditTextABook</item> -->
...
...
@@ -30,6 +30,43 @@
<item
name=
"android:textViewStyle"
>
@style/TextViewABook
</item>
<item
name=
"android:alertDialogStyle"
>
@style/Theme_ABookAlertDialog
</item>
<!-- Customize your theme here. -->
<item
name=
"colorPrimary"
>
@color/colorPrimary
</item>
<item
name=
"colorPrimaryDark"
>
@color/colorPrimaryDark
</item>
<item
name=
"colorAccent"
>
@android:color/black
</item>
<item
name=
"android:statusBarColor"
>
@android:color/black
</item>
<!-- add EditText Style -->
<item
name=
"android:editTextColor"
>
@android:color/black
</item>
<item
name=
"android:textColorHint"
>
@android:color/darker_gray
</item>
<item
name=
"android:editTextBackground"
>
@drawable/bg_edit_text_view
</item>
</style>
<style
name=
"Theme.AppCompat.Light.NoActionBar.FullScreen"
parent=
"@style/Theme.AppCompat.Light"
>
<!-- Customize your theme here. -->
<item
name=
"colorPrimary"
>
@color/colorPrimary
</item>
<item
name=
"colorPrimaryDark"
>
@color/colorPrimaryDark
</item>
<item
name=
"colorAccent"
>
@android:color/black
</item>
<!-- add FullScreen Style -->
<item
name=
"android:windowNoTitle"
>
true
</item>
<item
name=
"windowActionBar"
>
false
</item>
<item
name=
"android:windowFullscreen"
>
true
</item>
<item
name=
"android:windowContentOverlay"
>
@null
</item>
<!-- add EditText Style -->
<item
name=
"android:editTextColor"
>
@android:color/black
</item>
<item
name=
"android:textColorHint"
>
@android:color/darker_gray
</item>
<item
name=
"android:editTextBackground"
>
@drawable/bg_edit_text_view
</item>
</style>
<!-- add ProgressDialog Style -->
<style
name=
"MyDialogTheme"
parent=
"@style/Theme.AppCompat.Light.Dialog"
>
<item
name=
"android:colorAccent"
>
@color/colorPrimary
</item>
<item
name=
"colorAccent"
>
@color/colorPrimary
</item>
<item
name=
"android:background"
>
#00FFFFFF
</item>
</style>
</resources>
\ No newline at end of file
ABVJE_UI_Android/res/xml/pref.xml
View file @
8783a220
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<PreferenceCategory
android:title=
"@string/account"
android:key=
"account_set"
>
<PreferenceCategory
android:key=
"account_set"
android:title=
"@string/account"
android:layout=
"@layout/custom_preference_category"
>
<PreferenceScreen
android:key=
"accountPath"
android:summary=
"--"
android:title=
"@string/contractor"
>
</PreferenceScreen>
android:title=
"@string/contractor"
></PreferenceScreen>
<PreferenceScreen
android:key=
"loginid"
android:summary=
"--"
android:title=
"@string/logid"
>
</PreferenceScreen>
android:title=
"@string/logid"
></PreferenceScreen>
<PreferenceScreen
android:key=
"lastLogin"
android:summary=
"--"
android:title=
"@string/last_login"
>
</PreferenceScreen>
android:title=
"@string/last_login"
></PreferenceScreen>
<PreferenceScreen
android:key=
"passwordChange"
android:summary=
"@string/password_change_summary"
android:title=
"@string/pwd_change"
>
</PreferenceScreen>
android:title=
"@string/pwd_change"
></PreferenceScreen>
<PreferenceScreen
android:key=
"logout"
android:summary=
"@string/logout_summary"
android:title=
"@string/logout"
>
</PreferenceScreen>
android:title=
"@string/logout"
></PreferenceScreen>
</PreferenceCategory>
<PreferenceCategory
android:title=
"@string/log_info"
android:key=
"log_info"
>
<PreferenceCategory
android:title=
"@string/log_info"
android:key=
"log_info"
android:layout=
"@layout/custom_preference_category"
>
<CheckBoxPreference
android:defaultValue=
"true"
android:key=
"errorSendEnable"
...
...
@@ -40,7 +38,7 @@
android:title=
"@string/export_title"
>
</PreferenceScreen>
</PreferenceCategory>
<PreferenceCategory
android:title=
"@string/app_info"
android:key=
"app_info"
>
<PreferenceCategory
android:title=
"@string/app_info"
android:key=
"app_info"
android:layout=
"@layout/custom_preference_category"
>
<PreferenceScreen
android:key=
"aboutABook"
android:title=
"@string/about_app"
>
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/common/activity/ABVActivity.java
View file @
8783a220
package
jp
.
agentec
.
abook
.
abv
.
ui
.
common
.
activity
;
import
android.accounts.Account
;
import
android.accounts.AccountManager
;
import
android.app.Activity
;
import
android.app.ActivityManager
;
import
android.app.ActivityManager.RunningTaskInfo
;
import
android.app.AlarmManager
;
import
android.app.AlertDialog
;
import
android.app.PendingIntent
;
import
android.app.ProgressDialog
;
import
android.content.BroadcastReceiver
;
import
android.content.ContentValues
;
import
android.content.Context
;
import
android.content.DialogInterface
;
import
android.content.Intent
;
import
android.content.IntentFilter
;
import
android.content.SharedPreferences
;
import
android.content.pm.ActivityInfo
;
import
android.content.res.Configuration
;
import
android.graphics.Color
;
...
...
@@ -70,7 +64,6 @@ import jp.agentec.abook.abv.cl.util.PreferenceUtil;
import
jp.agentec.abook.abv.launcher.android.ABVApplication
;
import
jp.agentec.abook.abv.launcher.android.ABVUIDataCache
;
import
jp.agentec.abook.abv.launcher.android.R
;
import
jp.agentec.abook.abv.ui.common.appinfo.AppDefType.PrefName
;
import
jp.agentec.abook.abv.ui.common.appinfo.AppDefType.UserPrefKey
;
import
jp.agentec.abook.abv.ui.common.constant.ErrorCode
;
import
jp.agentec.abook.abv.ui.common.constant.ErrorMessage
;
...
...
@@ -256,7 +249,7 @@ public abstract class ABVActivity extends Activity {
}
if
(
progressDialog
==
null
)
{
progressDialog
=
new
ProgressDialog
(
this
);
progressDialog
=
new
ProgressDialog
(
this
,
R
.
style
.
MyDialogTheme
);
if
(
progressDialog
.
getWindow
()
!=
null
)
{
progressDialog
.
setMessage
(
getResources
().
getString
(
R
.
string
.
progress
));
progressDialog
.
setIndeterminate
(
true
);
...
...
@@ -267,7 +260,7 @@ public abstract class ABVActivity extends Activity {
}
if
(
progressDialogHorizontal
==
null
)
{
progressDialogHorizontal
=
new
ProgressDialog
(
this
);
progressDialogHorizontal
=
new
ProgressDialog
(
this
,
R
.
style
.
MyDialogTheme
);
if
(
progressDialogHorizontal
.
getWindow
()
!=
null
)
{
progressDialogHorizontal
.
setIndeterminate
(
false
);
progressDialogHorizontal
.
setMax
(
100
);
// 最大値を設定
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/common/activity/ABVContentViewActivity.java
View file @
8783a220
...
...
@@ -124,7 +124,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
private
String
mReportFileName
;
protected
TextView
operationNameTitle
;
protected
Button
operationHomeButton
;
protected
Image
Button
operationHomeButton
;
protected
ImageButton
taskListButton
;
// protected ImageButton helpButton;
...
...
@@ -656,7 +656,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
fl
=
(
RelativeLayout
)
findViewById
(
R
.
id
.
frameTopbar
);
}
fl
.
setBackgroundColor
(
getResources
().
getColor
(
R
.
color
.
operation_color
));
operationHomeButton
=
(
Button
)
findViewById
(
R
.
id
.
btn_operation_home
);
operationHomeButton
=
(
Image
Button
)
findViewById
(
R
.
id
.
btn_operation_home
);
operationHomeButton
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
@Override
public
void
onClick
(
View
v
)
{
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/OnlineHTMLWebViewActivity.java
View file @
8783a220
...
...
@@ -35,7 +35,7 @@ public class OnlineHTMLWebViewActivity extends ABVContentViewActivity {
private
static
final
String
TAG
=
"OnlineHTMLWebView"
;
private
WebView
webView
;
private
Button
closeButton
;
private
Image
Button
closeButton
;
private
ImageButton
backButton
;
@Override
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/ParentWebViewActivity.java
View file @
8783a220
...
...
@@ -170,7 +170,7 @@ public class ParentWebViewActivity extends ABVContentViewActivity {
addSceneButton
=
(
ImageButton
)
findViewById
(
R
.
id
.
btn_add_scene
);
taskListButton
=
(
ImageButton
)
findViewById
(
R
.
id
.
btn_show_task_list
);
// helpButton = (ImageButton) findViewById(R.id.btn_help);
operationHomeButton
=
(
Button
)
findViewById
(
R
.
id
.
btn_operation_home
);
operationHomeButton
=
(
Image
Button
)
findViewById
(
R
.
id
.
btn_operation_home
);
if
(
mXWalkOpenType
==
Constant
.
XWalkOpenType
.
DEFAULT
)
{
// helpButton.setVisibility(View.GONE);
...
...
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