aboutsummaryrefslogtreecommitdiff
path: root/libs/editor/WordPressEditor/src/main/res/layout/image_settings_formatbar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/editor/WordPressEditor/src/main/res/layout/image_settings_formatbar.xml')
-rw-r--r--libs/editor/WordPressEditor/src/main/res/layout/image_settings_formatbar.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/libs/editor/WordPressEditor/src/main/res/layout/image_settings_formatbar.xml b/libs/editor/WordPressEditor/src/main/res/layout/image_settings_formatbar.xml
new file mode 100644
index 000000000..ff5ea7df4
--- /dev/null
+++ b/libs/editor/WordPressEditor/src/main/res/layout/image_settings_formatbar.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="end"
+ android:orientation="horizontal">
+
+ <TextView
+ android:id="@+id/menu_save"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:gravity="center_vertical"
+ android:text="@string/save"
+ android:textAllCaps="true"
+ android:textColor="@android:color/white"/>
+</LinearLayout> \ No newline at end of file