Project

General

Profile

« Previous | Next » 

Revision 296d2e73

Added by Leszek Koltunski over 5 years ago

Advances with the Earth app - prepare it to checking if any FRAGMENT or VERTEX effect correctly works on a Sphere mesh.

View differences:

src/main/res/layout/earthlayout.xml
9 9
        android:id="@+id/earthSurfaceView"
10 10
        android:layout_width="match_parent"
11 11
        android:layout_height="0dp"
12
        android:layout_weight="1.00" />
12
        android:layout_weight="0.60" />
13 13

  
14 14
    <LinearLayout
15 15
        android:id="@+id/linearLayout"
......
28 28

  
29 29
    </LinearLayout>
30 30

  
31
    <org.distorted.examples.earth.EarthSurfaceViewPicker
32
        android:id="@+id/earthSurfaceViewPicker"
33
        android:layout_width="match_parent"
34
        android:layout_height="0dp"
35
        android:layout_weight="0.40" />
36

  
37
    <LinearLayout
38
        android:id="@+id/linearLayout2"
39
        android:layout_width="fill_parent"
40
        android:layout_height="wrap_content"
41
        android:gravity="center|fill_horizontal"
42
        android:orientation="horizontal"
43
        android:background="@color/blue">
44

  
45
        <Button
46
            android:id="@+id/button"
47
            android:layout_width="0dp"
48
            android:layout_height="wrap_content"
49
            android:layout_weight="0.3"
50
            android:onClick="Remove"
51
            android:text="@string/removebut" />
52

  
53
        <Spinner
54
            android:layout_width="0dp"
55
            android:layout_height="50dp"
56
            android:layout_weight="0.7"
57
            android:id="@+id/earthSpinnerEffect" />
58

  
59
    </LinearLayout>
60

  
31 61
</LinearLayout>

Also available in: Unified diff