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
824da76b
Commit
824da76b
authored
Jun 29, 2020
by
yuichiro ogawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
簡易帳票出力ボタン画像差し替え 調整
parent
931e1dea
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
11 additions
and
9 deletions
+11
-9
ABVJE_Res_Default_Android/res/drawable-xhdpi/home_print_off.png
+0
-0
ABVJE_Res_Default_Android/res/drawable-xhdpi/home_print_on.png
+0
-0
ABVJE_Res_Default_Android/res/drawable-xhdpi/home_print_white.png
+0
-0
ABVJE_Res_Default_Android/res/drawable/btn_operation_print.xml
+0
-4
ABVJE_Res_Default_Android/res/drawable/btn_operation_print_white.xml
+0
-4
ABVJE_UI_Android/res/layout-large/ac_operation_list.xml
+2
-0
ABVJE_UI_Android/res/layout-large/ac_operation_related_content.xml
+2
-0
ABVJE_UI_Android/res/layout-normal/ac_operation_list.xml
+2
-0
ABVJE_UI_Android/res/layout-normal/ac_operation_related_content.xml
+3
-1
ABVJE_UI_Android/res/layout/ac_html_webview.xml
+2
-0
No files found.
ABVJE_Res_Default_Android/res/drawable-xhdpi/home_print_off.png
deleted
100644 → 0
View file @
931e1dea
1.11 KB
ABVJE_Res_Default_Android/res/drawable-xhdpi/home_print_on.png
View file @
824da76b
1.29 KB
|
W:
|
H:
642 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
ABVJE_Res_Default_Android/res/drawable-xhdpi/home_print_white.png
View file @
824da76b
816 Bytes
|
W:
|
H:
625 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
ABVJE_Res_Default_Android/res/drawable/btn_operation_print.xml
View file @
824da76b
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
<item
android:state_enabled=
"false"
android:drawable=
"@drawable/home_print_off"
/>
<item
android:drawable=
"@drawable/home_print_on"
/>
android:drawable=
"@drawable/home_print_on"
/>
</selector>
</selector>
\ No newline at end of file
ABVJE_Res_Default_Android/res/drawable/btn_operation_print_white.xml
View file @
824da76b
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
<item
android:state_enabled=
"false"
android:drawable=
"@drawable/home_print_off"
/>
<item
android:drawable=
"@drawable/home_print_white"
/>
android:drawable=
"@drawable/home_print_white"
/>
</selector>
</selector>
\ No newline at end of file
ABVJE_UI_Android/res/layout-large/ac_operation_list.xml
View file @
824da76b
...
@@ -145,6 +145,8 @@
...
@@ -145,6 +145,8 @@
android:id=
"@+id/btn_operation_print"
android:id=
"@+id/btn_operation_print"
style=
"@style/ToolBarIcon"
style=
"@style/ToolBarIcon"
android:layout_centerVertical=
"true"
android:layout_centerVertical=
"true"
android:scaleX=
"0.6"
android:scaleY=
"0.6"
android:src=
"@drawable/btn_operation_print"
/>
android:src=
"@drawable/btn_operation_print"
/>
</LinearLayout>
</LinearLayout>
...
...
ABVJE_UI_Android/res/layout-large/ac_operation_related_content.xml
View file @
824da76b
...
@@ -148,6 +148,8 @@
...
@@ -148,6 +148,8 @@
android:id=
"@+id/btn_operation_print"
android:id=
"@+id/btn_operation_print"
style=
"@style/ToolBarIcon"
style=
"@style/ToolBarIcon"
android:layout_centerVertical=
"true"
android:layout_centerVertical=
"true"
android:scaleX=
"0.6"
android:scaleY=
"0.6"
android:src=
"@drawable/btn_operation_print"
/>
android:src=
"@drawable/btn_operation_print"
/>
</LinearLayout>
</LinearLayout>
...
...
ABVJE_UI_Android/res/layout-normal/ac_operation_list.xml
View file @
824da76b
...
@@ -146,6 +146,8 @@
...
@@ -146,6 +146,8 @@
android:id=
"@+id/btn_operation_print"
android:id=
"@+id/btn_operation_print"
style=
"@style/ToolBarIcon"
style=
"@style/ToolBarIcon"
android:layout_centerVertical=
"true"
android:layout_centerVertical=
"true"
android:scaleX=
"0.6"
android:scaleY=
"0.6"
android:src=
"@drawable/btn_operation_print"
/>
android:src=
"@drawable/btn_operation_print"
/>
</LinearLayout>
</LinearLayout>
...
...
ABVJE_UI_Android/res/layout-normal/ac_operation_related_content.xml
View file @
824da76b
...
@@ -140,7 +140,9 @@
...
@@ -140,7 +140,9 @@
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerVertical=
"true"
android:layout_centerVertical=
"true"
android:background=
"@drawable/btn_operation_print"
/>
android:background=
"@drawable/btn_operation_print"
android:scaleX=
"0.6"
android:scaleY=
"0.6"
/>
</LinearLayout>
</LinearLayout>
<LinearLayout
<LinearLayout
...
...
ABVJE_UI_Android/res/layout/ac_html_webview.xml
View file @
824da76b
...
@@ -135,6 +135,8 @@
...
@@ -135,6 +135,8 @@
android:layout_weight=
"1"
android:layout_weight=
"1"
android:background=
"@drawable/btn_operation_print_white"
android:background=
"@drawable/btn_operation_print_white"
android:contentDescription=
"@string/print"
android:contentDescription=
"@string/print"
android:scaleX=
"0.7"
android:scaleY=
"0.7"
android:visibility=
"gone"
/>
android:visibility=
"gone"
/>
<ImageButton
<ImageButton
...
...
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