mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Fix bookmark activity toolbar
This commit is contained in:
parent
e28779f98d
commit
d26676ff02
@ -207,8 +207,6 @@ public class BookmarksActivity extends AppCompatActivity
|
||||
|
||||
private void setUpToolbar() {
|
||||
Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
|
||||
ViewGroup toolbarContainer = (ViewGroup) findViewById(R.id.toolbar_layout);
|
||||
DimenUtils.resizeToolbar(this, toolbar, toolbarContainer);
|
||||
toolbar.setTitle(getString(R.string.menu_bookmarks_list));
|
||||
setSupportActionBar(toolbar);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user