Skip to content
Snippets Groups Projects
Commit 5472d585 authored by Taras's avatar Taras
Browse files

automatically capitalize create post

parent 38d32d6a
No related branches found
No related tags found
No related merge requests found
......@@ -59,12 +59,13 @@
android:background="@null"
android:gravity="top"
android:hint="@string/enter_your_message_here"
android:inputType="textCapSentences"
app:bulletGap="8sp"
app:bulletRadius="4sp"
app:pillBackgroundColor="@color/white"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:pillBackgroundColor="@color/white"
tools:text="some text" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment