Adding text view to surface view
问题 i use this a s surface view in my application and now i want to add text view to this programmatically. How can i do that. "<com.csfcse.udrawer.UdrawerDrawingSurface android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/drawingSurface" android:layout_gravity="left" />" Thanks...... 回答1: An option may be to have a FrameLayout with two children, first the SurfaceView, then whatever you want to overlay on the SurfaceView. In the sample below, the second View in