Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishna Vemulavada
/
vera_2.1_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
72504660
authored
Aug 29, 2016
by
Kunj Gupta
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix - Bottom view issue in catalogue dynamic form.
parent
f20b943c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
app/src/main/res/layout/catalogue_variable_screen.xml
app/src/main/res/layout/catalogue_variable_screen.xml
View file @
72504660
...
...
@@ -45,26 +45,27 @@
<ScrollView
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
android:layout_weight=
"9"
android:layout_height=
"match_parent"
android:background=
"@android:color/white"
android:requiresFadingEdge=
"vertical"
>
<LinearLayout
android:id=
"@+id/variable_screen_container_layout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@android:color/white"
android:orientation=
"vertical"
android:padding=
"@dimen/normal_margin"
/>
</ScrollView>
android:padding=
"@dimen/normal_margin"
>
<LinearLayout
android:id=
"@+id/variable_screen_container_layout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
/>
<RelativeLayout
android:id=
"@+id/variable_screen_bottom_layout"
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
android:layout_weight=
"1"
android:background=
"@android:color/white"
android:layout_height=
"wrap_content"
android:gravity=
"center_vertical"
>
<TextView
...
...
@@ -96,5 +97,7 @@
android:textColor=
"@android:color/white"
/>
</RelativeLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>
</FrameLayout>
</LinearLayout>
\ 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