Project

General

Profile

« Previous | Next » 

Revision e52efe17

Added by Leszek Koltunski almost 5 years ago

Improve the Dynamic app.

View differences:

src/main/res/layout/dynamicslayout.xml
140 140
        android:id="@+id/dynamicSurfaceView"
141 141
        android:layout_width="fill_parent"
142 142
        android:layout_height="0dp"
143
        android:layout_weight="1" />
143
        android:layout_weight="0.8" />
144

  
145
    <org.distorted.examples.dynamic.DynamicSpeedSurfaceView
146
        android:id="@+id/dynamicSpeedSurfaceView"
147
        android:layout_width="fill_parent"
148
        android:layout_height="0dp"
149
        android:layout_weight="0.2" />
144 150

  
145 151
    <LinearLayout
146 152
        android:orientation="horizontal"

Also available in: Unified diff