1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-26 08:33:27 +02:00

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.
This commit is contained in:
Alberto 2017-04-08 09:03:45 +02:00 committed by Daniele Gobbetti
parent 3004177f44
commit de6ce1a3d7

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"