Project

General

Profile

Download (749 Bytes) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / layout / bandaged_pane.xml @ 05f6d7bd

1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout  xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:id="@+id/bandagedCreatorObjectPane"
4
    android:layout_width="200dp"
5
    android:layout_height="match_parent"
6
    android:background="@color/light_grey"
7
    android:orientation="vertical">
8

    
9
    <ImageView
10
        android:id="@+id/bandagedCreatorObjectIcon"
11
        android:layout_width="match_parent"
12
        android:layout_height="0dp"
13
        android:layout_weight="3.0"/>
14

    
15
    <LinearLayout
16
        android:id="@+id/bandagedCreatorObjectLayout"
17
        android:layout_width="match_parent"
18
        android:layout_height="0dp"
19
        android:layout_weight="1.0"
20
        android:orientation="horizontal"/>
21

    
22
</LinearLayout>
(3-3/39)