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/deformlayout.xml
60 60

  
61 61
                <TextView
62 62
                    android:id="@+id/deformTextRadius"
63
                    android:layout_width="wrap_content"
63
                    android:layout_width="0dp"
64 64
                    android:layout_height="wrap_content"
65
                    android:layout_weight="1"
65
                    android:layout_weight="0.8"
66 66
                    android:paddingLeft="15dp"
67 67
                    android:text="Radius"
68 68
                    android:textAppearance="?android:attr/textAppearanceMedium" />
69 69

  
70 70
                <SeekBar
71 71
                    android:id="@+id/deformSeekRadius"
72
                    android:layout_width="106dp"
72
                    android:layout_width="wrap_content"
73 73
                    android:layout_height="wrap_content"
74
                    android:layout_weight="0.65"
74
                    android:layout_weight="1"
75 75
                    android:paddingLeft="20dp"
76 76
                    android:paddingRight="10dp" />
77 77

  

Also available in: Unified diff