Skip to content

Commit

Permalink
remover itens inúteis da toolbar do noteeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
BrayanDSO committed Apr 29, 2024
1 parent c12b398 commit 59a966b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AnkiDroid/src/main/res/layout/note_editor_toolbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
android:contentDescription="@string/insert_horizontal_line"
android:tooltipText="@string/insert_horizontal_line"
android:tag="r"
android:visibility="gone"
style="@style/note_editor_toolbar_button" />

<androidx.appcompat.widget.AppCompatImageButton
Expand All @@ -88,6 +89,7 @@
android:contentDescription="@string/insert_heading"
android:tooltipText="@string/insert_heading"
android:tag="h"
android:visibility="gone"
style="@style/note_editor_toolbar_button" />

<androidx.appcompat.widget.AppCompatImageButton
Expand All @@ -96,6 +98,7 @@
android:tooltipText="@string/format_font_size"
app:srcCompat="@drawable/ic_format_font_size_24dp"
android:tag="f"
android:visibility="gone"
style="@style/note_editor_toolbar_button" />


Expand Down

0 comments on commit 59a966b

Please sign in to comment.