aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/layout/activity_photo_editor.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_photo_editor.xml')
-rw-r--r--app/src/main/res/layout/activity_photo_editor.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_photo_editor.xml b/app/src/main/res/layout/activity_photo_editor.xml
index 2217663..9561214 100644
--- a/app/src/main/res/layout/activity_photo_editor.xml
+++ b/app/src/main/res/layout/activity_photo_editor.xml
@@ -89,4 +89,19 @@
app:layout_constraintTop_toBottomOf="@+id/drawButton"
app:thumbHeight="40dp" />
+ <EditText
+ android:id="@+id/editText"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="32dp"
+ android:ems="10"
+ android:inputType="text|textAutoCorrect|textAutoComplete|textShortMessage"
+ android:singleLine="true"
+ android:visibility="gone"
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintHorizontal_bias="0.5"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toTopOf="parent" />
+
</android.support.constraint.ConstraintLayout> \ No newline at end of file