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

@@ -27,6 +27,7 @@
android:choiceMode="singleChoice"
android:divider="@android:color/transparent"
android:dividerHeight="0dp"
android:descendantFocusability="blocksDescendants"
android:orientation="vertical">
<ListView
@@ -63,11 +64,12 @@
</LinearLayout>
</android.support.v4.widget.DrawerLayout>
<android.support.v4.view.ViewPager
android:id="@+id/viewpager"
android:visibility="gone"
android:layout_width="match_parent"
android:layout_height="40dp"
android:background="@android:drawable/screen_background_dark_transparent"
android:layout_alignParentBottom="true" />
</RelativeLayout>

View File

@@ -5,6 +5,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true"
android:background="#263238"
android:orientation="horizontal"
android:textColor="@android:color/white" />
android:orientation="horizontal" />

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" />