【问题标题】:Creative sdk Editing screen stays at portrait mode in PhonesCreative sdk 编辑屏幕在手机中保持纵向模式
【发布时间】:2017-02-08 13:32:27
【问题描述】:

我在我的 android 应用中使用 adobe creative sdk。我面临的一个很好的问题是我正在尝试手机以横向模式编辑图像,它不工作编辑屏幕在手机中坚持纵向模式,即使我旋转手机。但它在平板电脑中运行良好

在手机中旋转屏幕是否需要传递任何额外信息。或者是否允许在手机中以横向模式编辑图像。我被困在这里。请问谁能帮我解决这个问题。

我将意图如下调用

Intent imageEditorIntent = new AdobeImageIntent.Builder(this)
                    .setData(Uri.parse(imgPath))
                    .withToolList(mTools)
                    .withOutput(file)
                    .build();

            startActivityForResult(imageEditorIntent, 200);

问候

【问题讨论】:

    标签: android adobe aviary adobecreativesdk


    【解决方案1】:

    您的代码看起来不错。图片编辑器目前不支持手机的横向模式。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-11-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多