implement Offline Data Manager title
This commit is contained in:
parent
c7213a8fd4
commit
1013bc2bb6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class LocalIndexesActivity extends ExpandableListActivity {
|
|||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
requestWindowFeature(Window.FEATURE_NO_TITLE);
|
||||
// requestWindowFeature(Window.FEATURE_NO_TITLE);
|
||||
setContentView(R.layout.local_index);
|
||||
|
||||
LoadLocalIndexTask task = new LoadLocalIndexTask();
|
||||
|
|
Loading…
Reference in a new issue