Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コードを介して、線形レイアウトと 3 つの Imageview を子として適切に配置しようとしています。この場合のヘルプは役に立ちます。よろしくお願いします
LinearLayout layout=new LinearLayout(context); layout.setOrientation(LinearLayout.VERTICAL); ImageView imageview=new ImageView(context); layout.addView(imageview);
このようにしてみてください..