Project

General

Profile

« Previous | Next » 

Revision 16b336db

Added by Leszek Koltunski over 3 years ago

Add a 'Scale' seekBar to the MeshFile app.

View differences:

src/main/res/layout/meshfilelayout.xml
19 19
            android:layout_width="0dp"
20 20
            android:layout_height="wrap_content"
21 21
            android:layout_weight="0.5"
22
            android:id="@+id/meshfileSpinner"
23
            />
22
            android:id="@+id/meshfileSpinner"/>
24 23

  
25 24
        <Button
26 25
            android:id="@+id/meshfileButton"
......
34 33

  
35 34
    </LinearLayout>
36 35

  
36
    <SeekBar
37
            android:id="@+id/meshfileScale"
38
            android:layout_width="match_parent"
39
            android:layout_height="wrap_content"
40
            android:paddingLeft="20dp"
41
            android:paddingRight="20dp" />
42

  
37 43
    <LinearLayout
38 44
        android:orientation="horizontal"
39 45
        android:layout_width="match_parent"

Also available in: Unified diff