I been using the design library and I came across a problem.
final Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
setSupportActionBar(toolbar);
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
I initialized the Toolbar to have to back button, however it only shows in Genymotion Nexus 6. On my LG G2 Lolipop, the back button does not show. Is there a workaround for this bug? Thanks.