From 015d94423866088e57bf64cb2525c35e82aa3d49 Mon Sep 17 00:00:00 2001 From: Matthew DeVore Date: Wed, 29 Jan 2025 21:14:47 +0000 Subject: [PATCH] Make topology hint readable when block is under it Using the topology pane background color, draw a background behind the hint text view. Test: manual Flag: com.android.settings.flags.display_topology_pane_in_display_list Bug: b/352650922 Change-Id: I7fcee61d53460976b7d5eb10148d79bd2f9252ad --- res/layout/display_topology_preference.xml | 23 ++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/res/layout/display_topology_preference.xml b/res/layout/display_topology_preference.xml index beaf816e28f..2470567e9d5 100644 --- a/res/layout/display_topology_preference.xml +++ b/res/layout/display_topology_preference.xml @@ -31,11 +31,26 @@ android:id="@+id/display_topology_pane_content" android:layout_width="match_parent" android:layout_height="match_parent"/> - + + android:paddingVertical="10dp"> + +