Fix clipping for date and time on QS
The bottom part of date and time on Quick Settings is cut off
when changing font size to "Largest" and display size to "Small".
To fix this issue, the height should be changed from 19dp
to "wrap_content".
Bug: 34365385
Test: manual - change font size to "Largest" and
display size to "Small", and then open QS panel
Change-Id: I37047e57f535dfa8fcaccc8f9dd78c4ef699bc27
This commit is contained in:
committed by
Yoshinori Hirano
parent
b3edbd7432
commit
205fd0f5fc
@@ -27,7 +27,7 @@
|
||||
<LinearLayout
|
||||
android:id="@+id/date_time_group"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="19dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:focusable="true" >
|
||||
|
||||
|
||||
Reference in New Issue
Block a user