Project

General

Profile

« Previous | Next » 

Revision 4d49605b

Added by Leszek Koltunski 11 months ago

Make it possible to control if we can see the normal vectors.

View differences:

src/main/res/layout/meshfilelayout.xml
24 24
        android:layout_width="match_parent"
25 25
        android:layout_height="wrap_content">
26 26

  
27
        <CheckBox
28
            android:layout_width="wrap_content"
29
            android:layout_height="match_parent"
30
            android:id="@+id/meshfileNormals"
31
            android:layout_weight="0.2"
32
            android:onClick="onNormals"
33
            android:checked="false"/>
34

  
27 35
        <Spinner
28 36
            android:layout_width="0dp"
29 37
            android:layout_height="wrap_content"
30
            android:layout_weight="0.5"
38
            android:layout_weight="0.9"
31 39
            android:id="@+id/meshfileSpinner"/>
32 40

  
33 41
        <Button

Also available in: Unified diff