Show all the detailed information in the CardView's overflow

Do not limit the height of the overflow list to 50dp.

It is possible that we will need to limit the maximum allowed height in the future.
master
Alberto 2017-04-08 09:03:45 +02:00 committed by Daniele Gobbetti
parent 3004177f44
commit de6ce1a3d7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<RelativeLayout
android:id="@+id/device_item_infos_box"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:layout_marginBottom="8dp"