commit | 994f8c31b617f8adc4b025c95066843e842b3bcb | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Tue Jan 24 15:49:52 2023 -0800 |
committer | vadimt <vadimt@google.com> | Tue Jan 24 15:49:52 2023 -0800 |
tree | 9accf9583c1477008fbcafe26f8a335e9ea0e702 | |
parent | 6378bd57cfd1a3bdcbcffbe71bf31e13d876db5b [diff] |
Adding an id to the resolve grid item This makes it reliably searchable from tests Test: presubmit Bug: 252851229 Change-Id: I10626bcf26bbe54a7196051a3adf2467a3d65127
diff --git a/core/res/res/layout/resolve_grid_item.xml b/core/res/res/layout/resolve_grid_item.xml index 50e6f33..a5ff470 100644 --- a/core/res/res/layout/resolve_grid_item.xml +++ b/core/res/res/layout/resolve_grid_item.xml
@@ -17,6 +17,7 @@ */ --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/item" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content"