Open superxxz opened 7 years ago
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?
There is some documentation at https://github.com/antwankakki/FabricView/wiki and there will be some JavaDocs soon.
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?