Skip to content

Commit

Permalink
codinguser#110 - Use listPreferredItemHeight height and center vertic…
Browse files Browse the repository at this point in the history
…ally in Report Toolbar Spinner
  • Loading branch information
JeanGarf committed Feb 27, 2020
1 parent edefd3d commit 273813a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/toolbar_spinner_selected_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="?android:attr/listPreferredItemHeight"
android:gravity="center|left"
style="?android:attr/spinnerItemStyle"
android:textAlignment="inherit"
android:textColor="@color/bpWhite"
Expand Down

0 comments on commit 273813a

Please sign in to comment.