Project

General

Profile

« Previous | Next » 

Revision 28cb1607

Added by Leszek Koltunski over 2 years ago

Further progress with Bandaged 3x3.
This requires a new API in DistortedNode to change the Mesh there.

View differences:

src/main/res/layout/bandaged.xml
27 27

  
28 28
    <LinearLayout
29 29
        android:id="@+id/lowerBar"
30
        android:layout_below="@+id/bandagedCreatorObjectView"
30 31
        android:layout_alignParentBottom="true"
31 32
        android:layout_width="match_parent"
32 33
        android:layout_height="0dp"
33 34
        android:orientation="horizontal"
34
        android:background="@android:color/transparent">
35
        android:background="@color/light_grey">
35 36
    </LinearLayout>
36 37

  
37 38
</RelativeLayout>

Also available in: Unified diff