OSDN Git Service

Clip AutoFill UI with the outline
authorStan Iliev <stani@google.com>
Wed, 8 May 2019 18:47:16 +0000 (14:47 -0400)
committerStan Iliev <stani@google.com>
Thu, 9 May 2019 18:16:49 +0000 (18:16 +0000)
Test: Ran Instagram
Bug: 131298099
Change-Id: I3075337d67ef4d1eedfe76c7accb4cecc5bab90f

services/autofill/java/com/android/server/autofill/ui/FillUi.java

index 7a65a53..dbd4d8c 100644 (file)
@@ -151,6 +151,7 @@ final class FillUi {
         } else {
             decor = (ViewGroup) inflater.inflate(R.layout.autofill_dataset_picker, null);
         }
+        decor.setClipToOutline(true);
         final TextView titleView = decor.findViewById(R.id.autofill_dataset_title);
         if (titleView != null) {
             titleView.setText(mContext.getString(R.string.autofill_window_title, serviceLabel));