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
08fd83d2
Commit
08fd83d2
authored
Apr 22, 2019
by
Lee Jaebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ソース戻し
parent
c3bc82fb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
8 deletions
+1
-8
ABVJE_Res_Default_Android/res/values-sw480dp/dimens.xml
+0
-7
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/adapter/OperationListAdapter.java
+1
-1
No files found.
ABVJE_Res_Default_Android/res/values-sw480dp/dimens.xml
deleted
100644 → 0
View file @
c3bc82fb
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen
name=
"operation_name_size"
>
18sp
</dimen>
<dimen
name=
"operation_normal_text_size"
>
12sp
</dimen>
<dimen
name=
"operation_date_text_size"
>
12sp
</dimen>
</resources>
\ No newline at end of file
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/adapter/OperationListAdapter.java
View file @
08fd83d2
...
...
@@ -109,7 +109,7 @@ public class OperationListAdapter extends AbstractOperationAdapter {
getUserPref
(
mContext
,
AppDefType
.
UserPrefKey
.
RESOURCE_PATTERN_TYPE
,
0
)));
}
else
{
// リソースパターンの適用
holder
.
tvDate
.
setText
(
mNormalSizeFlg
?
operationDto
.
reportPeriod
.
replace
(
"~"
,
"~\n"
)
:
operationDto
.
reportPeriod
);
holder
.
tvDate
.
setText
(
operationDto
.
reportPeriod
);
}
}
else
{
// リソースパターンの適用
...
...
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