Android 在程序界面上显示图片

<textarea cols="50" rows="15" name="code" class="xhtml">&lt;ImageView android:id=&quot;@+id/控件名&quot; android:layout_width=&quot;&mdash;&mdash;&quot; android:layout_height=&quot;&mdash;&mdash;&quot; android:src=&quot;@drawable/图片名&quot; &gt;&lt;/ImageView&gt;</textarea>

你可能感兴趣的:(Android 在程序界面上显示图片)