mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
アイコン変更
This commit is contained in:
parent
9ba3c224c4
commit
c05c80f3e7
|
@ -164,7 +164,7 @@ public class ViewerListFragment extends Fragment {
|
|||
private void toolbarSetup(Toolbar toolbar, boolean showBackButton, String title, String Subtitle) {
|
||||
getActivity().runOnUiThread(() -> {
|
||||
if (showBackButton) {
|
||||
toolbar.setNavigationIcon(one.nem.lacerta.shared.ui.R.drawable.arrow_back_24px);
|
||||
toolbar.setNavigationIcon(one.nem.lacerta.shared.ui.R.drawable.close_24px);
|
||||
toolbar.setNavigationOnClickListener(v -> {
|
||||
// Stop Activity
|
||||
getActivity().finish();
|
||||
|
|
Loading…
Reference in New Issue
Block a user