Tweak layout for extra keys view

This commit is contained in:
Fredrik Fornwall
2016-06-06 01:16:20 +02:00
parent a2ebcdcf49
commit f047160fd6
3 changed files with 13 additions and 8 deletions

View File

@@ -1,10 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<EditText xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/text_input"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#263238"
android:imeOptions="actionSend"
android:layout_height="match_parent"
android:imeOptions="actionSend|flagNoFullscreen"
android:maxLines="1"
android:inputType="text"
android:singleLine="true"
android:textColor="@android:color/white" />
android:textColor="@android:color/white"
android:backgroundTint="@android:color/transparent"
android:paddingTop="0dp"
android:paddingBottom="0dp"
tools:ignore="LabelFor" />