Improve Apps & Games page
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user