Project

General

Profile

« Previous | Next » 

Revision fc6f1299

Added by Leszek Koltunski about 7 years ago

Improve the Multiblur app. Things seem to work now!

View differences:

src/main/res/layout/multiblurlayout.xml
20 20
        android:paddingTop="10dp" >
21 21

  
22 22
        <SeekBar
23
            android:id="@+id/multiblurSeek"
23
            android:id="@+id/multiblurDistanceSeek"
24 24
            android:layout_weight="1"
25 25
            android:layout_width="wrap_content"
26 26
            android:layout_height="wrap_content"
27
            android:paddingLeft="15dp"
27
            android:paddingLeft="10dp"
28
            android:paddingRight="10dp" />
29

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

  
30 38
    </LinearLayout>

Also available in: Unified diff