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
1 file changed
tree: a6c2458a67441a6ed338a187e396bb9398981d15
  1. aconfig/
  2. java/
  3. tests/
  4. Android.bp
  5. AndroidManifest-app.xml
  6. AndroidManifest-lib.xml
  7. OWNERS
  8. PREUPLOAD.cfg
  9. proguard.flags
  10. README.md
  11. TEST_MAPPING
README.md

IntentResolver

About

IntentResolver provides the implementation for Intent ACTION_CHOOSER

See also: ShareCompat.IntentBuilder