summaryrefslogtreecommitdiff
path: root/android/source/res/layout/toolbar_bottom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/res/layout/toolbar_bottom.xml')
-rw-r--r--android/source/res/layout/toolbar_bottom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/android/source/res/layout/toolbar_bottom.xml b/android/source/res/layout/toolbar_bottom.xml
index ca842842625b..bfe5f74828b3 100644
--- a/android/source/res/layout/toolbar_bottom.xml
+++ b/android/source/res/layout/toolbar_bottom.xml
@@ -107,6 +107,16 @@
android:paddingTop="12dp"
android:src="@drawable/ic_format_strikethrough" />
+ <ImageButton
+ android:id="@+id/button_clearformatting"
+ android:layout_width="0dp"
+ android:layout_height="wrap_content"
+ android:layout_weight="0.25"
+ android:background="@drawable/image_button_background"
+ android:paddingBottom="12dp"
+ android:paddingTop="12dp"
+ app:srcCompat="@drawable/ic_format_clear_black_24dp" />
+
</LinearLayout>
<Spinner