forked from mirror/monocles_chat_clean
Smaller input field text
This commit is contained in:
parent
82cd8ea239
commit
6f21327618
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,7 @@
|
||||||
android:textCursorDrawable="@drawable/cursor_on_tertiary_container"
|
android:textCursorDrawable="@drawable/cursor_on_tertiary_container"
|
||||||
android:layout_above="@+id/textsend"
|
android:layout_above="@+id/textsend"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
|
android:textSize="16sp"
|
||||||
android:padding="8dp"
|
android:padding="8dp"
|
||||||
android:layout_marginHorizontal="60dp"
|
android:layout_marginHorizontal="60dp"
|
||||||
android:imeOptions="flagNoExtractUi"
|
android:imeOptions="flagNoExtractUi"
|
||||||
|
@ -259,6 +260,7 @@
|
||||||
android:inputType="textShortMessage|textMultiLine|textCapSentences"
|
android:inputType="textShortMessage|textMultiLine|textCapSentences"
|
||||||
android:maxLines="8"
|
android:maxLines="8"
|
||||||
android:minHeight="32dp"
|
android:minHeight="32dp"
|
||||||
|
android:textSize="16sp"
|
||||||
android:textColor="?colorOnTertiaryContainer"
|
android:textColor="?colorOnTertiaryContainer"
|
||||||
android:textColorHint="@color/hint_on_tertiary_container"
|
android:textColorHint="@color/hint_on_tertiary_container"
|
||||||
android:textCursorDrawable="@drawable/cursor_on_tertiary_container"
|
android:textCursorDrawable="@drawable/cursor_on_tertiary_container"
|
||||||
|
|
Loading…
Reference in a new issue