Use ConstraintLayout. Here is an example that will center the view according to the width and height of the parent screen:
You might need to change your gradle to get the latest version of ConstraintLayout:
dependencies {
...
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
}