File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
kotlin/org/wordpress/aztec/toolbar Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,12 @@ enum class ToolbarAction constructor(
5555 ToolbarActionType .BLOCK_STYLE ,
5656 setOf (AztecTextFormat .FORMAT_ORDERED_LIST ),
5757 R .layout.format_bar_button_list_ordered),
58+ TASK_LIST (
59+ R .id.format_bar_button_list_task,
60+ R .drawable.format_bar_button_tasklist_selector,
61+ ToolbarActionType .BLOCK_STYLE ,
62+ setOf (AztecTextFormat .FORMAT_TASK_LIST ),
63+ R .layout.format_bar_button_list_task),
5864 INDENT (
5965 R .id.format_bar_button_indent,
6066 R .drawable.format_bar_button_indent_selector,
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <org .wordpress.aztec.toolbar.RippleToggleButton xmlns : android =" http://schemas.android.com/apk/res/android"
3+ android : id =" @+id/format_bar_button_list_task"
4+ style =" @style/FormatBarButton"
5+ android : layout_width =" wrap_content"
6+ android : layout_height =" fill_parent"
7+ android : contentDescription =" @string/item_format_task_list" />
You can’t perform that action at this time.
0 commit comments