Project

General

Profile

« Previous | Next » 

Revision 36532c7f

Added by Leszek Koltunski over 1 year ago

This app reproduces an issue with glow being improperly displayed on my physical LG phone.

View differences:

src/main/res/layout/flatblurlayout.xml
16 16
        android:layout_height="wrap_content"
17 17
        android:gravity="center">
18 18

  
19
        <CheckBox
20
                android:id="@+id/flatblurEnableBlur"
19
        <Button
20
                android:id="@+id/flatblurButton1"
21 21
                android:layout_width="0dp"
22 22
                android:layout_height="match_parent"
23 23
                android:layout_weight="1"
24
                android:onClick="enableBlur"
24
                android:onClick="button1"
25 25
                android:checked="false"/>
26

  
27
        <SeekBar
28
                android:id="@+id/flatblurBlurStrength"
26
        <Button
27
                android:id="@+id/flatblurButton2"
29 28
                android:layout_width="0dp"
30 29
                android:layout_height="match_parent"
31
                android:layout_weight="2"
32
                android:layout_gravity="center_vertical"
33
                android:layout_margin="5dp"/>
30
                android:layout_weight="1"
31
                android:onClick="button2"
32
                android:checked="false"/>
34 33

  
35 34
    </LinearLayout>
36 35

  

Also available in: Unified diff