mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 07:53:15 +00:00
アイコンに合わせてプロパティ名を変更
This commit is contained in:
parent
c05c80f3e7
commit
bda2b82cea
|
@ -158,12 +158,12 @@ public class ViewerListFragment extends Fragment {
|
||||||
* ToolbarをInitする
|
* ToolbarをInitする
|
||||||
*
|
*
|
||||||
* @param toolbar Toolbar
|
* @param toolbar Toolbar
|
||||||
* @param showBackButton 戻るボタンを表示するか
|
* @param showCloseButton 戻るボタンを表示するか
|
||||||
* @param title タイトル
|
* @param title タイトル
|
||||||
*/
|
*/
|
||||||
private void toolbarSetup(Toolbar toolbar, boolean showBackButton, String title, String Subtitle) {
|
private void toolbarSetup(Toolbar toolbar, boolean showCloseButton, String title, String Subtitle) {
|
||||||
getActivity().runOnUiThread(() -> {
|
getActivity().runOnUiThread(() -> {
|
||||||
if (showBackButton) {
|
if (showCloseButton) {
|
||||||
toolbar.setNavigationIcon(one.nem.lacerta.shared.ui.R.drawable.close_24px);
|
toolbar.setNavigationIcon(one.nem.lacerta.shared.ui.R.drawable.close_24px);
|
||||||
toolbar.setNavigationOnClickListener(v -> {
|
toolbar.setNavigationOnClickListener(v -> {
|
||||||
// Stop Activity
|
// Stop Activity
|
||||||
|
|
Loading…
Reference in New Issue
Block a user