- Open Inkscape.
- Choose "File - Import" to import a bitmap file.
- Choose to "embed" the image.
- Select the image with the select tool (↖).
- Select Path - Trace Bitmap... for settings (below shown for 2 colors = "Scans"):
- Select "Update" for a preview until settings are fine.
- Start tracing with "OK".
public class MainActivity extends Activity { ActionBar actionBar; //声明ActionBar @Override protected void onCreate( Bundle savedInstanceState) { super .onCreate(savedInstanceState); setContentView( R .layout.activity_main); actionBar = getSupportActionBar(); //得 到ActionBar actionBar.hide(); //隐藏ActionBar } }
评论
发表评论