AppProgressView: Center layout
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -18,13 +18,14 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="@dimen/icon_size_cluster"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/icon_size_cluster"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="center_horizontal"
|
||||||
android:layout_margin="@dimen/margin_xsmall">
|
android:layout_margin="@dimen/margin_xsmall">
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
android:id="@+id/img_icon"
|
android:id="@+id/img_icon"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="@dimen/icon_size_cluster"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/icon_size_cluster"
|
||||||
android:layout_centerInParent="true" />
|
android:layout_centerInParent="true" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
Reference in New Issue
Block a user