Commit a46742df by Kunj Gupta

UOFLMA-36: Fix - Impact drop down view is too big.

parent 8a749d78

445 Bytes | W: | H:

315 Bytes | W: | H:

app/src/main/res/drawable/spinner_bg.9.png
app/src/main/res/drawable/spinner_bg.9.png
app/src/main/res/drawable/spinner_bg.9.png
app/src/main/res/drawable/spinner_bg.9.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<Spinner <Spinner
android:id="@+id/incident_impact_spinner" android:id="@+id/incident_impact_spinner"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="@dimen/impact_spinner_drop_down_height"
android:layout_margin="@dimen/normal_margin" android:layout_margin="@dimen/normal_margin"
android:background="@drawable/spinner_bg" android:background="@drawable/spinner_bg"
style="@style/OverflowMenu"/> style="@style/OverflowMenu"/>
......
...@@ -35,4 +35,7 @@ ...@@ -35,4 +35,7 @@
<dimen name="my_request_right">10dp</dimen> <dimen name="my_request_right">10dp</dimen>
<dimen name="my_request_new_top">18dp</dimen> <dimen name="my_request_new_top">18dp</dimen>
<dimen name="my_request_text_bottom">2dp</dimen> <dimen name="my_request_text_bottom">2dp</dimen>
<!--Report Incident screen-->
<dimen name="impact_spinner_drop_down_height">50dp</dimen>
</resources> </resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment