Hello~your FabricView looks interesting, but I want to know how to use it in the method of "onCreate"?
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.drawview);
FabricView fv = (FabricView)findViewById(R.id.faricView);
}
And then?
How to achieve the effect in the Screenshots?
Hello~your FabricView looks interesting, but I want to know how to use it in the method of "onCreate"?
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.drawview);
FabricView fv = (FabricView)findViewById(R.id.faricView);
}
And then?
How to achieve the effect in the Screenshots?