Merge "Add id for TileLayout in QQS" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
581e324230
@@ -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