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
621227f5
Commit
621227f5
authored
May 25, 2021
by
Kim Jinsung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #42903【android10不具合対応 Check】ボタンの表示等が変わってしまっている
共通資料一覧画面の「開く」/「保存」/「一時停止」/「再開」各ボタンの文字色変更
parent
4899d14b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
ABVJE_UI_Android/res/layout/item_related_content_panel_render.xml
+8
-4
No files found.
ABVJE_UI_Android/res/layout/item_related_content_panel_render.xml
View file @
621227f5
...
...
@@ -170,7 +170,8 @@
android:layout_height=
"30dp"
android:layout_gravity=
"center"
android:background=
"@drawable/operation_radius_frame"
android:text=
"@string/save"
/>
android:text=
"@string/save"
android:textColor=
"@android:color/white"
/>
<Button
android:id=
"@+id/pause_save"
...
...
@@ -179,7 +180,8 @@
android:layout_gravity=
"center"
android:background=
"@drawable/operation_radius_frame"
android:text=
"@string/pause"
android:visibility=
"gone"
/>
android:visibility=
"gone"
android:textColor=
"@android:color/white"
/>
<Button
android:id=
"@+id/restart_save"
...
...
@@ -188,7 +190,8 @@
android:layout_gravity=
"center"
android:background=
"@drawable/operation_radius_frame"
android:text=
"@string/restart"
android:visibility=
"gone"
/>
android:visibility=
"gone"
android:textColor=
"@android:color/white"
/>
<Button
android:id=
"@+id/open_content"
...
...
@@ -197,7 +200,8 @@
android:layout_gravity=
"center"
android:background=
"@drawable/operation_radius_frame"
android:text=
"@string/open"
android:visibility=
"gone"
/>
android:visibility=
"gone"
android:textColor=
"@android:color/white"
/>
<Button
android:id=
"@+id/delete_content"
...
...
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