Skip to content

waitance8/Android_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Android_practice

<LinearLayout
    android:id="@+id/ll_1"
    android:layout_width="match_parent"
    android:layout_height="200dp"
    android:layout_below="@+id/view_2"
    android:background="#0066FF"
    android:orientation="horizontal"
    android:padding="15dp">
    <View
        android:layout_width="100dp"
        android:layout_height="match_parent"
        android:background="#FF0033"/>
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="#000000"
        android:padding="15dp">
        <View
        android:id="@+id/view_3"
        android:layout_width="100dp"
        android:layout_height="match_parent"
        android:background="#FF6600"/>
        <View
            android:id="@+id/view_4"
            android:layout_width="100dp"
            android:layout_height="match_parent"
            android:background="#FF9900"
            android:layout_toRightOf="@+id/view_3"
            android:layout_marginLeft="10dp"/>
    </RelativeLayout>


</LinearLayout>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors