Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java2彭洋1507064109 #41

Open
dydymw opened this issue Jan 2, 2016 · 0 comments
Open

Java2彭洋1507064109 #41

dydymw opened this issue Jan 2, 2016 · 0 comments

Comments

@dydymw
Copy link

dydymw commented Jan 2, 2016

<LinearLayout
    android:layout_weight="4"
    android:layout_height="0dp"
    android:layout_width="match_parent"
    android:orientation="horizontal"
    >
    <TextView
        android:layout_weight="1"
        android:layout_width="0dp"
        android:background="#f0f"
        android:layout_height="match_parent"

        />
    <TextView
        android:layout_weight="1"
        android:layout_width="0dp"
        android:background="#ff0"
        android:layout_height="match_parent"/>
    <TextView
        android:layout_weight="1"
        android:layout_width="0dp"
        android:background="#0ff"
        android:layout_height="match_parent"/>
    <TextView
        android:layout_weight="1"
        android:layout_width="0dp"
        android:background="#4ef10d"
        android:layout_height="match_parent"/>
</LinearLayout>
<LinearLayout
    android:layout_weight="3"
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:orientation="vertical">
    <TextView
        android:background="#46deec"
        android:layout_weight="1"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        />
    <TextView
        android:layout_weight="1"
        android:background="#b14c54"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        />
    <TextView
        android:layout_weight="1"
        android:background="#475297"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant