From f2e7be788f17e7ff523c0474fcfb73efab176dca Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Thu, 2 May 2024 14:30:18 -0700 Subject: Move noApplications view inside container in xml TextView for noApplications text view is outside of empty state container. When bottom padding override is applied, the TextView may still be cutoff since height of the container does not account for the orphaned TextView. Bug: 333575510 Test: manual - see recording and hsv in issue Change-Id: I1ff94d60e91744e6e474d5d5a0c1279d661f6458 --- java/res/layout/resolver_empty_states.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'java') diff --git a/java/res/layout/resolver_empty_states.xml b/java/res/layout/resolver_empty_states.xml index d77630ee..922fca13 100644 --- a/java/res/layout/resolver_empty_states.xml +++ b/java/res/layout/resolver_empty_states.xml @@ -79,13 +79,12 @@ android:layout_centerHorizontal="true" android:layout_below="@androidprv:id/resolver_empty_state_subtitle" android:indeterminateTint="?android:attr/colorAccent"/> + - -- cgit v1.2.3-59-g8ed1b