mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-14 12:10:48 +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) {
|
private void toolbarSetup(Toolbar toolbar, boolean showBackButton, String title, String Subtitle) {
|
||||||
getActivity().runOnUiThread(() -> {
|
getActivity().runOnUiThread(() -> {
|
||||||
if (showBackButton) {
|
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 -> {
|
toolbar.setNavigationOnClickListener(v -> {
|
||||||
// Stop Activity
|
// Stop Activity
|
||||||
getActivity().finish();
|
getActivity().finish();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user