mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
limit the size of contact action buttons
This commit is contained in:
@ -114,6 +114,7 @@ class ContactActivity : SimpleActivity() {
|
||||
contact_start_call.setOnClickListener { startCallIntent(contact!!.number) }
|
||||
//contact_send_email.setOnClickListener { sendEmailIntent(contact!!.email) }
|
||||
contact_source.setOnClickListener { showAccountSourcePicker() }
|
||||
contact_number_type.setOnClickListener { }
|
||||
|
||||
updateTextColors(contact_scrollview)
|
||||
wasActivityInitialized = true
|
||||
|
Reference in New Issue
Block a user