mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-11-29 18:59:14 +08:00
modify framelayout
This commit is contained in:
parent
0155a174b4
commit
37158fdd8a
@ -605,7 +605,6 @@ void AlertController::setBackground(const AttributeSet&a,View* topPanel, View* c
|
||||
if (mListView && mAdapter ) {
|
||||
mListView->setAdapter(mAdapter);
|
||||
mAdapter->notifyDataSetChanged();
|
||||
mListView->setId(123456);
|
||||
if (mCheckedItem > -1) {
|
||||
mListView->setItemChecked(mCheckedItem, true);
|
||||
mListView->setSelectionFromTop(mCheckedItem,
|
||||
|
Loading…
Reference in New Issue
Block a user