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
040cfa61
Commit
040cfa61
authored
Mar 05, 2019
by
Lee Jaebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
スマートフォンとタブレットのサイズ分け
parent
a12cec9d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
ABVJE_Res_Default_Android/res/values-large/dimens.xml
+2
-0
ABVJE_Res_Default_Android/res/values-normal/dimens.xml
+2
-0
ABVJE_UI_Android/res/layout/scale_zoom_toolbar.xml
+3
-3
No files found.
ABVJE_Res_Default_Android/res/values-large/dimens.xml
View file @
040cfa61
...
...
@@ -13,4 +13,6 @@
<dimen
name=
"text_size_noraml"
>
18sp
</dimen>
<dimen
name=
"text_size_small"
>
16sp
</dimen>
<dimen
name=
"text_size_large"
>
22sp
</dimen>
<dimen
name=
"operation_scale_zoom_margin_dp"
>
25dp
</dimen>
</resources>
ABVJE_Res_Default_Android/res/values-normal/dimens.xml
View file @
040cfa61
...
...
@@ -13,4 +13,6 @@
<dimen
name=
"text_size_large"
>
18sp
</dimen>
<dimen
name=
"weather_text_size"
>
12sp
</dimen>
<dimen
name=
"weather_text_large_size"
>
13sp
</dimen>
<dimen
name=
"operation_scale_zoom_margin_dp"
>
10dp
</dimen>
</resources>
ABVJE_UI_Android/res/layout/scale_zoom_toolbar.xml
View file @
040cfa61
...
...
@@ -12,7 +12,7 @@
android:layout_height=
"wrap_content"
android:layout_alignParentLeft=
"true"
android:layout_centerVertical=
"true"
android:layout_marginBottom=
"
25
dp"
android:layout_marginBottom=
"
@dimen/operation_scale_zoom_margin_
dp"
android:layout_marginEnd=
"2dp"
android:layout_marginLeft=
"2dp"
android:layout_marginRight=
"2dp"
...
...
@@ -25,7 +25,7 @@
android:layout_height=
"wrap_content"
android:layout_alignParentLeft=
"true"
android:layout_centerVertical=
"true"
android:layout_marginBottom=
"
25
dp"
android:layout_marginBottom=
"
@dimen/operation_scale_zoom_margin_
dp"
android:layout_marginEnd=
"2dp"
android:layout_marginLeft=
"2dp"
android:layout_marginRight=
"2dp"
...
...
@@ -49,7 +49,7 @@
android:layout_alignParentLeft=
"true"
android:layout_centerVertical=
"true"
android:background=
"@drawable/ic_scale_zoom_plus"
android:layout_marginTop=
"
20
dp"
android:layout_marginTop=
"
@dimen/operation_scale_zoom_margin_
dp"
android:visibility=
"visible"
/>
<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