import android.app.Activity;
import android.widget.*;
import android.graphics.*;
static void androidShowFullScreenImage(final S imageID) {
thread "showimg" {
ImageView iv = new ImageView(androidContext());
iv.setImageBitmap(BitmapFactory.decodeFile(loadLibrary(imageID).getPath()));
androidShow(iv);
}
}
static void androidShowFullScreenImage(final S imageID, final int borderColor) {
thread "showimg" {
ImageView iv = new ImageView(androidContext());
iv.setBackgroundColor(borderColor);
iv.setImageBitmap(BitmapFactory.decodeFile(loadLibrary(imageID).getPath()));
androidShow(iv);
}
}
Began life as a copy of #1000419
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment