mirror of
				https://github.com/SimpleMobileTools/Simple-Contacts.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	adding an input field above the dialpad
This commit is contained in:
		| @@ -165,7 +165,21 @@ | ||||
|         app:layout_constraintBottom_toBottomOf="parent" | ||||
|         app:layout_constraintTop_toBottomOf="@+id/call_status_label"> | ||||
|  | ||||
|         <include layout="@layout/dialpad" /> | ||||
|         <com.simplemobiletools.commons.views.MyEditText | ||||
|             android:id="@+id/dialpad_input" | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:layout_above="@+id/dialpad_include" | ||||
|             android:layout_marginStart="@dimen/dialpad_button_size" | ||||
|             android:layout_marginEnd="@dimen/dialpad_button_size" | ||||
|             android:gravity="center" | ||||
|             android:inputType="phone" | ||||
|             android:textCursorDrawable="@null" | ||||
|             android:textSize="@dimen/dialpad_text_size" /> | ||||
|  | ||||
|         <include | ||||
|             android:id="@+id/dialpad_include" | ||||
|             layout="@layout/dialpad" /> | ||||
|  | ||||
|     </RelativeLayout> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user