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
a46742df
authored
Sep 12, 2016
by
Kunj Gupta
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
UOFLMA-36: Fix - Impact drop down view is too big.
parent
8a749d78
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletions
app/src/main/res/drawable/spinner_bg.9.png
app/src/main/res/layout/incidents_form_screen.xml
app/src/main/res/values/dimen.xml
app/src/main/res/drawable/spinner_bg.9.png
View file @
a46742df
445 Bytes
|
W:
|
H:
315 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
app/src/main/res/layout/incidents_form_screen.xml
View file @
a46742df
...
...
@@ -42,7 +42,7 @@
<Spinner
android:id=
"@+id/incident_impact_spinner"
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_conten
t"
android:layout_height=
"
@dimen/impact_spinner_drop_down_heigh
t"
android:layout_margin=
"@dimen/normal_margin"
android:background=
"@drawable/spinner_bg"
style=
"@style/OverflowMenu"
/>
...
...
app/src/main/res/values/dimen.xml
View file @
a46742df
...
...
@@ -35,4 +35,7 @@
<dimen
name=
"my_request_right"
>
10dp
</dimen>
<dimen
name=
"my_request_new_top"
>
18dp
</dimen>
<dimen
name=
"my_request_text_bottom"
>
2dp
</dimen>
<!--Report Incident screen-->
<dimen
name=
"impact_spinner_drop_down_height"
>
50dp
</dimen>
</resources>
\ 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