Merge "Add id for TileLayout in QQS" into tm-qpr-dev am: 581e324230
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19659873 Change-Id: I7de6c86bd0b59edb98e91675a0914773616687e9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -183,5 +183,7 @@
|
||||
|
||||
<!-- face scanning view id -->
|
||||
<item type="id" name="face_scanning_anim"/>
|
||||
|
||||
<item type="id" name="qqs_tile_layout"/>
|
||||
</resources>
|
||||
|
||||
|
||||
@@ -54,7 +54,9 @@ public class QuickQSPanel extends QSPanel {
|
||||
|
||||
@Override
|
||||
public TileLayout getOrCreateTileLayout() {
|
||||
return new QQSSideLabelTileLayout(mContext);
|
||||
QQSSideLabelTileLayout layout = new QQSSideLabelTileLayout(mContext);
|
||||
layout.setId(R.id.qqs_tile_layout);
|
||||
return layout;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user