moving the dialpad in an own layout file

This commit is contained in:
tibbi
2020-05-01 20:46:06 +02:00
parent fb9dcaf745
commit f3f62ff074
3 changed files with 283 additions and 265 deletions

View File

@ -28,6 +28,8 @@ import com.simplemobiletools.contacts.pro.helpers.LOCATION_DIALPAD
import com.simplemobiletools.contacts.pro.models.Contact
import com.simplemobiletools.contacts.pro.models.SpeedDial
import kotlinx.android.synthetic.main.activity_dialpad.*
import kotlinx.android.synthetic.main.activity_dialpad.dialpad_holder
import kotlinx.android.synthetic.main.dialpad.*
class DialpadActivity : SimpleActivity() {
private var contacts = ArrayList<Contact>()