iceteahh
iceteahh
I want to deattach the `scrollview`. How can i do that?
I'm using your library to render RTSP video from Wowza. Every thing work good except that video was being draw at the bottom left of `SurfaceView`. How can I center...
``` public class MainActivity extends Activity { private TextView textView; protected void onCreate(Bundle savedInstanceState) { textView = new TextView(this); textView.setText("some text"); setContentView(textView); } } ``` We have two objects: one...