diff options
| author | 2017-04-14 00:17:12 -0700 | |
|---|---|---|
| committer | 2017-04-14 08:02:33 +0000 | |
| commit | 3de36a3cc145ed881e53c25d67338d49bfc1d01a (patch) | |
| tree | 14e746aa773061323225fd7d9b69572031b349e3 | |
| parent | 4d386d5ce7d988e44f1d513ce05ef048a53404b3 (diff) | |
Add back an id used by CTS
Test: tests can find the autofill dropdown
Change-Id: I4361960b4a12e02b06cca1e3112e4679cd6e484d
| -rw-r--r-- | core/res/res/layout/autofill_dataset_picker.xml | 1 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/layout/autofill_dataset_picker.xml b/core/res/res/layout/autofill_dataset_picker.xml index 5a835b7e8f4f..528efca49fc3 100644 --- a/core/res/res/layout/autofill_dataset_picker.xml +++ b/core/res/res/layout/autofill_dataset_picker.xml @@ -15,6 +15,7 @@ --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/autofill_dataset_picker" android:layout_width="fill_parent" android:layout_height="fill_parent" style="@style/AutofillDatasetPicker"> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index e7fc9cdd9395..603e3769e75c 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -2868,6 +2868,7 @@ <!-- com.android.server.autofill --> <java-symbol type="layout" name="autofill_save"/> <java-symbol type="layout" name="autofill_dataset_picker"/> + <java-symbol type="id" name="autofill_dataset_picker"/> <java-symbol type="id" name="autofill_dataset_list"/> <java-symbol type="id" name="autofill" /> <java-symbol type="id" name="autofill_save_title" /> |