How to show webview data in vertically center
问题 I want the following formula to show vertically centre in a Layout. It gets centred Horizontally. But it's getting displayed on top, instead of centre. Here's what I want to achieve But here's how it's showing on top : Here's my XML code: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/title" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#EFEFEF" android