问题描述
在我的项目中有一张图片。当用户触摸pdf中的任何位置时,都应使用图钉/标记进行标记。
请帮助。
public class Kartta1 extends AppCompatActivity {
private PDFView pdfView;
ImageView imageView1;
int windowwidth;
int windowheight;
private FrameLayout.LayoutParams layoutParams;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_kartta1);
getSupportActionBar().setTitle("Kartta1");
getSupportActionBar().setdisplayHomeAsUpEnabled(true);
pdfView = findViewById(R.id.pdfView);
pdfView.fromAsset("Shema.pdf")
.enableAnnotationRendering(false)
.load();
final ImageView img = (ImageView) findViewById(R.id.imageView1);
}
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)