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
8381ca43
Commit
8381ca43
authored
Oct 20, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PDFボタン変更
parent
a4d143a2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
9 deletions
+8
-9
ABVJE_Res_Default_Android/res/drawable-xhdpi/icon_pdf.png
+0
-0
ABVJE_Res_Default_Android/res/drawable/btn_operation_print.xml
+2
-1
ABVJE_Res_Default_Android/res/drawable/btn_operation_print_white.xml
+2
-1
ABVJE_UI_Android/res/layout/ac_html_webview.xml
+4
-5
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/OperationListActivity.java
+0
-2
No files found.
ABVJE_Res_Default_Android/res/drawable-xhdpi/icon_pdf.png
0 → 100644
View file @
8381ca43
664 Bytes
ABVJE_Res_Default_Android/res/drawable/btn_operation_print.xml
View file @
8381ca43
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:drawable=
"@drawable/
home_print_on
"
/>
android:drawable=
"@drawable/
icon_pdf
"
/>
</selector>
\ No newline at end of file
ABVJE_Res_Default_Android/res/drawable/btn_operation_print_white.xml
View file @
8381ca43
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:drawable=
"@drawable/
home_print_white
"
/>
android:drawable=
"@drawable/
icon_pdf
"
/>
</selector>
\ No newline at end of file
ABVJE_UI_Android/res/layout/ac_html_webview.xml
View file @
8381ca43
...
...
@@ -10,7 +10,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@color/app_color"
android:minHeight=
"50dp"
>
android:minHeight=
"50dp"
>
<ImageButton
android:id=
"@+id/closeBtn"
...
...
@@ -117,7 +117,7 @@
android:layout_height=
"wrap_content"
android:layout_alignParentRight=
"true"
android:layout_centerVertical=
"true"
android:layout_marginRight=
"5dp"
>
android:layout_marginRight=
"5dp"
>
<ImageButton
android:id=
"@+id/btn_reload"
...
...
@@ -136,8 +136,6 @@
android:layout_weight=
"1"
android:background=
"@drawable/btn_operation_print_white"
android:contentDescription=
"@string/print"
android:scaleX=
"0.6"
android:scaleY=
"0.6"
android:visibility=
"gone"
/>
<ImageButton
...
...
@@ -191,7 +189,8 @@
android:layout_height=
"wrap_content"
android:background=
"@drawable/ic_operation_task_list"
android:layout_marginRight=
"10dp"
android:visibility=
"gone"
/>
android:visibility=
"gone"
/>
</LinearLayout>
</RelativeLayout>
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/OperationListActivity.java
View file @
8381ca43
...
...
@@ -914,8 +914,6 @@ public class OperationListActivity extends ABVUIActivity {
@Override
public
String
syncOperation
(
final
long
operationId
,
int
reportType
,
boolean
buttonEventFlag
)
{
final
StringBuilder
errorMsg
=
new
StringBuilder
();
Logger
.
i
(
TAG
,
"---sync start"
);
try
{
//コンテンツダウンロード関連プログレスバー値設定
progressDialogHorizontal
.
setProgress
(
20
);
...
...
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