安卓:查看单张照片像照片库 [英] Android: view single picture like photo gallery

查看:193
本文介绍了安卓:查看单张照片像照片库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

它看起来像拆分动作条对我来说,当我的onclick或onTouch屏幕顶部和底部的菜单将与滑动效果将其隐藏。这种行为也类似于Facebook应用程序和whatapp时,要查看单个图像。

it seem like split actionbar for me, when i onClick or onTouch the screen the top and bottom menu will hide it with slide effect. This behavior also similar to facebook app and whatapp when view single image.

我该怎么办呢?请帮助。

how can i do it? please help.

推荐答案

试试这个,可能是它帮助你。

try this, may be it help you.

  public void onClick(View v) {

        if( Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH ){
            imgDisplay.setSystemUiVisibility( View.SYSTEM_UI_FLAG_HIDE_NAVIGATION );

        }
        else if( Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB )
            imgDisplay.setSystemUiVisibility( View.STATUS_BAR_HIDDEN );
        else{}

}

这篇关于安卓:查看单张照片像照片库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆