Project

General

Profile

« Previous | Next » 

Revision 9814e53c

Added by Leszek Koltunski over 5 years ago

Progress with the 'Earth' app.

View differences:

src/main/res/layout/earthlayout.xml
19 19
        android:orientation="horizontal"
20 20
        android:background="@color/blue">
21 21

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

  
30 22
        <SeekBar
31 23
            android:id="@+id/earthInflateLevel"
32
            android:layout_weight="0.7"
33
            android:layout_width="0dp"
24
            android:layout_width="fill_parent"
34 25
            android:layout_height="50dp"
35 26
            android:paddingLeft="10dp"
36 27
            android:paddingRight="10dp" />

Also available in: Unified diff