Project

General

Profile

« Previous | Next » 

Revision 1bbe1af2

Added by Leszek Koltunski about 7 years ago

Some corrections so that most apps still work on the Android emulator (OpenGL ES 2.0-based)

View differences:

src/main/res/layout/effects3dlayout.xml
69 69

  
70 70
        <Spinner
71 71
            android:id="@+id/effects3dspinner"
72
            android:layout_width="wrap_content"
72
            android:layout_width="0dp"
73 73
            android:layout_height="wrap_content"
74 74
            android:layout_weight="0.5"/>
75 75

  
......
93 93
        android:id="@+id/effects3dscrollView"
94 94
        android:layout_width="match_parent"
95 95
        android:layout_height="0dp"
96
        android:layout_weight="0.82"
96
        android:layout_weight="0.80"
97 97
        >
98 98

  
99 99
        <LinearLayout

Also available in: Unified diff