Project

General

Profile

« Previous | Next » 

Revision e763f1ee

Added by Leszek Koltunski almost 8 years ago

Effects2D almost finished.

View differences:

src/main/res/layout/effects2dlayout.xml
193 193
            android:text="@string/list"
194 194
            android:id="@+id/textView6"
195 195
            android:layout_gravity="center_horizontal"/>
196

  
197
        <TableLayout
198
            android:id="@+id/effects2dTableList"
199
            android:layout_width="match_parent"
200
            android:layout_height="match_parent"
201
            android:paddingTop="2dp"
202
            android:paddingBottom="2dp"
203
            android:stretchColumns="0,1,2,3"
204
            android:paddingLeft="10dp"
205
            android:paddingRight="10dp">
206
        </TableLayout>
207

  
196 208
    </LinearLayout>
209

  
197 210
    </ScrollView>
198 211
</LinearLayout>

Also available in: Unified diff