Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07ebb705 authored by Himanshu Gupta's avatar Himanshu Gupta
Browse files

Fixing Layout height for Private Space container

Screenshot at max Font, max Display Size:
Before:  https://screenshot.googleplex.com/BwtrU5xE5h63RKZ.png
After: https://photos.app.goo.gl/RXTvE6rM6PUx9wRK7

Bug: 311343337
Change-Id: I565c0c430b56e14f0fb1863b37c835c59c032730
Test: Manual
parent 742f7101
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -87,7 +87,8 @@
    <TextView
        android:id="@+id/ps_container_header"
        android:layout_width="wrap_content"
        android:layout_height="@dimen/ps_header_text_height"
        android:layout_height="wrap_content"
        android:minHeight="@dimen/ps_header_text_height"
        android:layout_alignParentStart="true"
        android:layout_centerVertical="true"
        android:layout_toStartOf="@+id/settingsAndLockGroup"