added dialpad button to choose between text and phone number soft keyboard

This commit is contained in:
Juha Heinanen
2018-10-26 13:48:18 +03:00
parent 289faa0793
commit b505eb331e
5 changed files with 40 additions and 2 deletions
+12 -1
View File
@@ -94,7 +94,6 @@
android:visibility="invisible" >
</ImageButton>
<ImageButton
android:id="@+id/answerButton"
android:layout_width="wrap_content"
@@ -190,8 +189,20 @@
android:padding="0dp"
android:background="@null"
android:src="@drawable/calls"
android:layout_toStartOf="@id/dialpadButton"
android:layout_marginEnd="10dp"
android:layout_alignParentBottom="true" >
</ImageButton>
<ImageButton
android:id="@+id/dialpadButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
android:src="@drawable/dialpad_off"
android:layout_marginEnd="10dp"
android:layout_alignParentBottom="true"
android:layout_marginBottom="2dp"
android:layout_alignParentEnd="true" >
</ImageButton>