Project

General

Profile

« Previous | Next » 

Revision 8aece7f2

Added by Leszek Koltunski over 3 years ago

Progress with the MeshFile app.

View differences:

src/main/res/layout/meshfilelayout.xml
4 4
    android:layout_height="fill_parent"
5 5
    android:orientation="vertical" >
6 6

  
7
    <SeekBar
8
        android:id="@+id/meshfileScale"
9
        android:layout_width="match_parent"
10
        android:layout_height="wrap_content"
11
        android:paddingLeft="10dp"
12
        android:paddingRight="10dp"
13
        android:paddingTop="10dp"
14
        android:paddingBottom="10dp" />
15

  
7 16
    <org.distorted.examples.meshfile.MeshFileSurfaceView
8 17
        android:id="@+id/meshfileSurfaceView"
9 18
        android:layout_width="fill_parent"
......
33 42

  
34 43
    </LinearLayout>
35 44

  
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

  
43 45
    <LinearLayout
44 46
        android:orientation="horizontal"
45 47
        android:layout_width="match_parent"

Also available in: Unified diff