07-26 Instagram Clone Coding 3

Ruinak·2021년 7월 26일
0

Android Lesson

목록 보기
9/26
post-thumbnail
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    tools:context=".MainActivity">

    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="vertical">

        <androidx.appcompat.widget.LinearLayoutCompat
            android:layout_width="match_parent"
            android:layout_height="110dp">

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:orientation="horizontal">

                <include layout="@layout/post_story"/>
                <include layout="@layout/post_story2"/>
                <include layout="@layout/post_story3"/>
                <include layout="@layout/post_story2"/>
                <include layout="@layout/post_story"/>
                <include layout="@layout/post_story3"/>
            </LinearLayout>

        </androidx.appcompat.widget.LinearLayoutCompat>

        <androidx.appcompat.widget.LinearLayoutCompat
            android:layout_width="match_parent"
            android:layout_height="60dp">

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="match_parent">
                <include layout="@layout/post_user" />
            </LinearLayout>

        </androidx.appcompat.widget.LinearLayoutCompat>

        <androidx.appcompat.widget.LinearLayoutCompat
            android:layout_width="match_parent"
            android:layout_height="610dp">

            <include layout="@layout/post_item3" />

        </androidx.appcompat.widget.LinearLayoutCompat>

        <include layout="@layout/post_hash"/>
        <include layout="@layout/post_comment" />

        <androidx.appcompat.widget.LinearLayoutCompat
            android:layout_width="match_parent"
            android:layout_height="60dp">

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="match_parent">
                <include layout="@layout/post_user" />
            </LinearLayout>

        </androidx.appcompat.widget.LinearLayoutCompat>

        <androidx.appcompat.widget.LinearLayoutCompat
            android:layout_width="match_parent"
            android:layout_height="610dp">

            <include layout="@layout/post_item3" />


        </androidx.appcompat.widget.LinearLayoutCompat>
        <include layout="@layout/post_hash"/>
        <include layout="@layout/post_comment" />
        </LinearLayout>

    </ScrollView>
</androidx.appcompat.widget.LinearLayoutCompat>
profile
Nil Desperandum <절대 절망하지 마라>

0개의 댓글