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/windlayout.xml
21 21

  
22 22
        <TextView
23 23
            android:id="@+id/windText"
24
            android:layout_width="wrap_content"
24
            android:layout_width="0dp"
25 25
            android:layout_height="wrap_content"
26
            android:layout_weight="1"
26
            android:layout_weight="0.5"
27 27
            android:paddingLeft="15dp"
28 28
            android:textAppearance="?android:attr/textAppearanceMedium" />
29 29

  
30 30
        <SeekBar
31 31
            android:id="@+id/windSeek"
32
            android:layout_width="106dp"
32
            android:layout_weight="1"
33
            android:layout_width="wrap_content"
33 34
            android:layout_height="wrap_content"
34
            android:layout_weight="0.94"
35 35
            android:paddingLeft="15dp"
36 36
            android:paddingRight="10dp" />
37 37

  

Also available in: Unified diff