我有一张想要在屏幕上显示的图片(jpg).此外,图片应部分由透明效果覆盖.透明的封面应该是动态的.因此,例如每天都会显示更多的图片.这张图片展示了我的意思:

我有没有灰色封面的图片,并希望添加此封面,但步骤不同.
有人可以给我一个提示如何做到这一点.
有谁知道如何设置AutoCompleteTextView结果的大小?

我尝试android:textSize="12sp"但它只修改TextView中文本的大小,而不是结果.
我的照片里有一个完美的Intent.ACTION_PICK.
startActivityForResult(new Intent(Intent.ACTION_PICK,android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI),SELECT_IMAGE);
但它不适用于视频.当我点击列表中的视频时,它会播放视频而不是发回给我.
startActivityForResult(new Intent(Intent.ACTION_PICK,android.provider.MediaStore.Video.Media.INTERNAL_CONTENT_URI),SELECT_VIDEO);

一个主意 ?
我在快递上用knox上传S3服务器上的图像.
我想用户可以裁剪此个人资料图片的图像(如在Facebook上)
我听说过Jcrop的用户界面和imagemagick服务器.对你来说,最好的方法是什么?
对不起,我的英语不好.
我见过android SDK platform-tools文件夹有一个名为etc1tool的程序.
它说它将PNG文件转换为ETC1,但什么是ETC1文件?
我不明白它是什么以及什么时候使用它.
帮助(下面),ubuntu手册页和android doc似乎也没有解释它.
$ ./etc1tool --help
./etc1tool infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference difffile] [-o outfile]
Default is --encode
--help print this usage information.
--encode create an ETC1 file from a PNG file.
--encodeNoHeader create a raw ETC1 data file (without a header) from a PNG file.
--decode create a PNG file from an ETC1 file.
--showDifference difffile Write difference between original and encoded
image to difffile. … .odt我认为我用 Emacs 导出的文档中的边距org-mode太大了。
我怎样才能改变它们?有专门为此规定的#+OPTION吗?org-mode

谢谢。
我的快递服务器出了问题
app.get('/callback/:nation/:username/?:permalink', function(req, res)
{
nationurl = req.params.nation;
username = req.params.username;
storypermalink = req.params.permalink;
console.log("nation: "+nation);
console.log("username: "+username);
console.log("permalink: "+permalink);
});
Run Code Online (Sandbox Code Playgroud)
因为/ ?:它分割了用户名并且没有给出我的固定链接:
nation: poneyclub
username: j
permalink: hondoe
Run Code Online (Sandbox Code Playgroud)
有人有想法吗?