Improve Apps & Games page

This commit is contained in:
Rahul Patel
2023-10-14 01:14:49 +05:30
parent bd621163cc
commit 72241bd444
12 changed files with 111 additions and 81 deletions

View File

@@ -20,6 +20,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_gravity="center_horizontal"
android:layout_margin="@dimen/margin_xsmall">
@@ -27,5 +28,7 @@
android:id="@+id/img_icon"
android:layout_width="@dimen/icon_size_cluster"
android:layout_height="@dimen/icon_size_cluster"
android:scaleX="0.5"
android:scaleY="0.5"
android:layout_centerInParent="true" />
</RelativeLayout>