Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cf0a2da2
authored
Aug 09, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
layout supported for 4.7 screen devices
parent
fa8e532a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
1 deletions
android/Pictogram/commonlibrary/src/main/res/values-sw320dp/dimens.xml
android/Pictogram/commonlibrary/src/main/res/values-sw600dp/dimens.xml
android/Pictogram/tabletlibrary/tabletlibrary.iml
android/Pictogram/commonlibrary/src/main/res/values-sw320dp/dimens.xml
0 → 100644
View file @
cf0a2da2
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen
name=
"activity_horizontal_margin"
>
8px
</dimen>
<dimen
name=
"activity_vertical_margin"
>
8px
</dimen>
<dimen
name=
"small_padding"
>
4px
</dimen>
<!-- Horizontal and vertical spacing between pictos -->
<dimen
name=
"picto_grid_spacing"
>
1px
</dimen>
<!-- Picto border -->
<dimen
name=
"picto_border_width"
>
2px
</dimen>
<!-- Picto padding ¿? -->
<dimen
name=
"picto_padding"
>
1px
</dimen>
<!-- Picto normal size -->
<dimen
name=
"picto_normal_side"
>
58dp
</dimen>
<!-- Picto big size -->
<dimen
name=
"picto_big_side"
>
65dp
</dimen>
<!-- Tape -->
<dimen
name=
"tape_normal_height"
>
68dp
</dimen>
<dimen
name=
"tape_big_height"
>
75dp
</dimen>
<!-- Menu size -->
<dimen
name=
"menu_top_height"
>
64dp
</dimen>
<!-- Picto session -->
<dimen
name=
"picto_session_height"
>
75px
</dimen>
<dimen
name=
"picto_session_width"
>
75px
</dimen>
</resources>
\ No newline at end of file
android/Pictogram/commonlibrary/src/main/res/values-sw600dp/dimens.xml
View file @
cf0a2da2
...
...
@@ -10,7 +10,7 @@
<!-- Picto padding ¿? -->
<dimen
name=
"picto_padding"
>
1px
</dimen>
<!-- Picto normal size -->
<dimen
name=
"picto_normal_side"
>
90
px
</dimen>
<dimen
name=
"picto_normal_side"
>
90
dp
</dimen>
<!-- Picto big size -->
<dimen
name=
"picto_big_side"
>
115dp
</dimen>
<!-- Tape -->
...
...
android/Pictogram/tabletlibrary/tabletlibrary.iml
View file @
cf0a2da2
...
...
@@ -121,5 +121,16 @@
<orderEntry
type=
"library"
exported=
""
name=
"play-services-ads-9.2.1"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"play-services-ads-lite-9.2.1"
level=
"project"
/>
<orderEntry
type=
"module"
module-name=
"commonlibrary"
exported=
""
/>
<orderEntry
type=
"library"
exported=
""
name=
"okhttp-ws-2.3.0"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"socket.io-client-0.5.0"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"okhttp-2.3.0"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"support-annotations-23.0.0"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"okio-1.3.0"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"gson-2.3"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"engine.io-client-0.5.0"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"appcompat-v7-21.0.3"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
scope=
"TEST"
name=
"hamcrest-core-1.3"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
scope=
"TEST"
name=
"junit-4.12"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
scope=
"TEST"
name=
"json-20090211"
level=
"project"
/>
</component>
</module>
\ No newline at end of file
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