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
b4dece93
authored
Aug 01, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
layout to dp v2
parent
f905d932
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
45 deletions
android/Pictogram/tabletlibrary/src/main/res/layout/vocabulary_manager.xml
android/Pictogram/tabletlibrary/src/main/res/layout/vocabulary_manager_big.xml
android/Pictogram/tabletlibrary/src/main/res/layout/vocabulary_manager.xml
View file @
b4dece93
...
...
@@ -107,12 +107,4 @@
</RelativeLayout>
<FrameLayout
android:id=
"@+id/fragment_container"
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/tape_normal_height"
android:layout_gravity=
"center"
android:orientation=
"horizontal"
>
</FrameLayout>
</FrameLayout>
android/Pictogram/tabletlibrary/src/main/res/layout/vocabulary_manager_big.xml
View file @
b4dece93
...
...
@@ -61,34 +61,6 @@
</LinearLayout>
<LinearLayout
android:id=
"@+id/methodLayout"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_centerVertical=
"true"
android:layout_marginRight=
"20dp"
android:layout_toLeftOf=
"@+id/sessionPauseBtn"
android:gravity=
"end"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/sessionTopbarMethodName"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
""
android:textAppearance=
"?android:attr/textAppearanceMedium"
android:textColor=
"@color/blue"
/>
<TextView
android:id=
"@+id/sessionTopbarInstructionName"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
""
android:textAppearance=
"?android:attr/textAppearanceSmall"
android:textColor=
"@color/blue"
/>
</LinearLayout>
</RelativeLayout>
<ImageButton
...
...
@@ -98,6 +70,7 @@
android:layout_alignParentStart=
"true"
android:layout_below=
"@+id/sessionTopbarLayout"
android:background=
"#EEEEEE"
android:paddingTop=
"56dp"
android:scaleType=
"fitCenter"
android:src=
"@drawable/show_categories_grid"
/>
...
...
@@ -115,6 +88,7 @@
android:numColumns=
"8"
android:paddingLeft=
"@dimen/small_padding"
android:paddingRight=
"@dimen/small_padding"
android:paddingTop=
"56dp"
android:verticalSpacing=
"@dimen/picto_grid_spacing"
></GridView>
<GridView
...
...
@@ -129,17 +103,9 @@
android:gravity=
"center_vertical|center|center_horizontal"
android:horizontalSpacing=
"@dimen/picto_grid_spacing"
android:paddingLeft=
"@dimen/small_padding"
android:paddingTop=
"56dp"
android:verticalSpacing=
"@dimen/picto_grid_spacing"
></GridView>
</RelativeLayout>
<FrameLayout
android:id=
"@+id/fragment_container"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:orientation=
"horizontal"
>
</FrameLayout>
</FrameLayout>
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