Android: How can I achieve layout like this?
问题 I am able to do this using below code. But problem is "Shipping Address" and "1" TextView must be centered to vertical line(below "1" there should be center of "Shipping Address" TextView ). neccesary_part_of_layout.xml <RelativeLayout android:id="@+id/fcm_rl_scroll" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="50dp" android:layout_marginRight="50dp"> <ProgressBar android:id="@+id/mProgressBar" style="@android:style/Widget.DeviceDefault