mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user