diff options
| author | Hyunyoung Song <hyunyoungs@google.com> | 2021-09-01 22:37:01 -0700 |
|---|---|---|
| committer | Hyunyoung Song <hyunyoungs@google.com> | 2021-09-01 22:37:01 -0700 |
| commit | 7b7d7dbe17ff94c6b1a6d168c64b59f4017143dc (patch) | |
| tree | 300bd9f42aca3007a9d380e7a4b4308e3d64d297 | |
| parent | 5254da1af94aed9b3efc11ce0515b951f71da323 (diff) | |
Add LayoutType.SMALL_ICON_HORIZONTAL_TEXT_THUMBNAIL
Test: manual
Bug: 196586652
Change-Id: Ie1096b388e58f8551f5ee44208bb4767982b8b7c
| -rw-r--r-- | searchuilib/src/com/android/app/search/LayoutType.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searchuilib/src/com/android/app/search/LayoutType.java b/searchuilib/src/com/android/app/search/LayoutType.java index cf27e2b..b39cc76 100644 --- a/searchuilib/src/com/android/app/search/LayoutType.java +++ b/searchuilib/src/com/android/app/search/LayoutType.java @@ -44,6 +44,7 @@ public class LayoutType { public static final String ICON_HORIZONTAL_TEXT = "icon_row"; public static final String HORIZONTAL_MEDIUM_TEXT = "icon_row_medium"; public static final String SMALL_ICON_HORIZONTAL_TEXT = "short_icon_row"; + public static final String SMALL_ICON_HORIZONTAL_TEXT_THUMBNAIL = "short_icon_row_thumbnail"; // This layout creates square thumbnail image (currently 3 column) public static final String THUMBNAIL = "thumbnail"; |
