mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-08 03:07:04 +01: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:
parent
3004177f44
commit
de6ce1a3d7
@ -22,7 +22,7 @@
|
|||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/device_item_infos_box"
|
android:id="@+id/device_item_infos_box"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="50dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentStart="true"
|
android:layout_alignParentStart="true"
|
||||||
android:layout_alignParentTop="true"
|
android:layout_alignParentTop="true"
|
||||||
android:layout_marginBottom="8dp"
|
android:layout_marginBottom="8dp"
|
||||||
|
Loading…
Reference in New Issue
Block a user