Project

General

Profile

« Previous | Next » 

Revision 072682e6

Added by Leszek Koltunski over 7 years ago

Solve the issue of moving SeekBars

View differences:

src/main/res/layout/girllayout.xml
25 25

  
26 26
            <TextView
27 27
                android:id="@+id/girlTextSwing"
28
                android:layout_width="wrap_content"
28
                android:layout_width="0dp"
29 29
                android:layout_height="wrap_content"
30
                android:layout_weight="0.5"
30 31
                android:gravity="center_vertical|center"
31 32
                android:text="@string/swing"
32 33
                android:textAppearance="?android:attr/textAppearanceMedium" />
33 34

  
34 35
            <SeekBar
35 36
                android:id="@+id/girlSeekSwing"
36
                android:layout_width="105dp"
37
                android:layout_width="wrap_content"
37 38
                android:layout_height="wrap_content"
38 39
                android:layout_weight="1"
39 40
                android:paddingLeft="15dp"
......
50 51

  
51 52
            <TextView
52 53
                android:id="@+id/girlTextSize"
53
                android:layout_width="wrap_content"
54
                android:layout_width="0dp"
54 55
                android:layout_height="wrap_content"
56
                android:layout_weight="0.5"
55 57
                android:gravity="center_vertical|center"
56 58
                android:text="@string/size"
57 59
                android:textAppearance="?android:attr/textAppearanceMedium" />
58 60

  
59 61
            <SeekBar
60 62
                android:id="@+id/girlSeekSize"
61
                android:layout_width="106dp"
63
                android:layout_width="wrap_content"
62 64
                android:layout_height="wrap_content"
63 65
                android:layout_weight="1"
64 66
                android:paddingLeft="15dp"
......
75 77

  
76 78
            <TextView
77 79
                android:id="@+id/girlTextHips"
78
                android:layout_width="wrap_content"
80
                android:layout_width="0dp"
79 81
                android:layout_height="wrap_content"
82
                android:layout_weight="0.5"
80 83
                android:gravity="center_vertical|center"
81 84
                android:text="@string/hips"
82 85
                android:textAppearance="?android:attr/textAppearanceMedium" />
83 86

  
84 87
            <SeekBar
85 88
                android:id="@+id/girlSeekHips"
86
                android:layout_width="105dp"
89
                android:layout_width="wrap_content"
87 90
                android:layout_height="wrap_content"
88 91
                android:layout_weight="1"
89 92
                android:paddingLeft="15dp"

Also available in: Unified diff