Added < icon in action bar
This commit is contained in:
parent
defe2e552f
commit
27f4874ec0
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ public class DownloadActivity extends SherlockFragmentActivity {
|
||||||
}
|
}
|
||||||
|
|
||||||
getSupportActionBar().setHomeButtonEnabled(true);
|
getSupportActionBar().setHomeButtonEnabled(true);
|
||||||
|
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue