Project

General

Profile

« Previous | Next » 

Revision 64558e4e

Added by Leszek Koltunski over 5 years ago

Rename the old 'Cubes' app to 'Inflate' - this now combines the testing functionality of former 'Cubes' and 'Inflate' apps.
The old 'Inflate' in turn renamed to 'Earth' - here we are going to show an Earth rotating in space.

View differences:

src/main/res/layout/inflatelayout.xml
20 20
        android:background="@color/blue">
21 21

  
22 22
        <TextView
23
            android:id="@+id/inflateText"
23
            android:id="@+id/inflateInflateText"
24 24
            android:layout_width="0dp"
25 25
            android:layout_height="wrap_content"
26 26
            android:layout_weight="0.3"
......
28 28
            android:text="@string/inflate" />
29 29

  
30 30
        <SeekBar
31
            android:id="@+id/inflateLevel"
31
            android:id="@+id/inflateInflateLevel"
32 32
            android:layout_weight="0.7"
33 33
            android:layout_width="0dp"
34 34
            android:layout_height="50dp"
35 35
            android:paddingLeft="10dp"
36
            android:paddingRight="5dp" />
37

  
38
    </LinearLayout>
39

  
40
    <LinearLayout
41
        android:id="@+id/linearLayout3"
42
        android:layout_width="fill_parent"
43
        android:layout_height="wrap_content"
44
        android:gravity="center|fill_horizontal"
45
        android:orientation="horizontal"
46
        android:background="@color/blue">
47

  
48
        <SeekBar
49
            android:id="@+id/inflateTransparency"
50
            android:layout_weight="0.50"
51
            android:layout_width="0dp"
52
            android:layout_height="50dp"
53
            android:paddingLeft="10dp"
36 54
            android:paddingRight="10dp" />
37 55

  
56
        <Spinner
57
            android:layout_width="0dp"
58
            android:layout_height="50dp"
59
            android:layout_weight="0.5"
60
            android:id="@+id/inflateSpinnerMode"
61
            />
38 62
    </LinearLayout>
39 63

  
40 64
</LinearLayout>

Also available in: Unified diff