Add id for TileLayout in QQS
Test: HSV Bug: 232584722 Change-Id: I9d463e3cbc28e47930e6c5fe500cd84bbc7a27bc
This commit is contained in:
@@ -179,5 +179,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