Project

General

Profile

« Previous | Next » 

Revision ac02465e

Added by Leszek Koltunski almost 8 years ago

minor stuff in layouts

View differences:

src/main/res/layout/vertex3dlayout.xml
14 14
        android:orientation="horizontal"
15 15
        android:layout_width="match_parent"
16 16
        android:layout_height="wrap_content"
17
        >
17
        android:layout_marginBottom="5dp"
18
        android:background="@android:color/holo_green_dark">
18 19

  
19 20
        <LinearLayout
20 21
            android:orientation="vertical"
......
23 24
            android:layout_weight="0.8">
24 25

  
25 26
            <TextView
27
                android:id="@+id/vertex3dcenterText"
26 28
                android:layout_width="wrap_content"
27 29
                android:layout_height="wrap_content"
28
                android:id="@+id/vertex3dcenterText"/>
30
                android:layout_marginEnd="5dp"
31
                android:layout_marginStart="5dp"
32
                android:layout_marginTop="3dp"
33
                />
29 34

  
30 35
            <LinearLayout
31 36
                android:orientation="horizontal"
32 37
                android:layout_width="match_parent"
33
                android:layout_height="match_parent">
38
                android:layout_height="match_parent"
39
                >
34 40

  
35 41
                <SeekBar
36 42
                    android:layout_width="fill_parent"
......
57 63
            android:layout_height="wrap_content"
58 64
            android:onClick="Default"
59 65
            android:text="@string/reset"
60
            android:layout_gravity="right"/>
66
            android:layout_gravity="right"
67
            android:layout_marginTop="3dp"/>
61 68
    </LinearLayout>
62 69

  
63 70
    <ScrollView

Also available in: Unified diff