Answer the question
In order to leave comments, you need to log in
How to correctly markup?
Good afternoon,
There is a markup:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/space_main">
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/scrollView">
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
........
<GridView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/gridView"
android:layout_alignParentLeft="false"
android:layout_alignParentStart="true"
android:layout_below="@+id/photo_lable"
android:verticalSpacing="5dp"
android:gravity="center"
android:numColumns="auto_fit"
android:columnWidth="110dp"
android:horizontalSpacing="5dp"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true" />
.......
</RelativeLayout>
</ScrollView>
</RelativeLayout>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question