limit the size of contact action buttons

This commit is contained in:
tibbi
2017-12-17 22:58:11 +01:00
parent 0beac47494
commit 0a90594d32
3 changed files with 10 additions and 6 deletions

View File

@ -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