<?xml?version="1.0"?encoding="utf-8"?>
<LinearLayout?xmlns:android="http://schemas.android.com/apk/res/android"
????xmlns:app="http://schemas.android.com/apk/res-auto"
????android:layout_width="match_parent"
????android:layout_height="match_parent"
????android:background="@color/white"
????android:orientation="vertical">
????<EditText
????????android:id="@+id/ed1"
????????android:layout_width="match_parent"
????????android:layout_height="60dp"
????????android:layout_margin="15dp"
????????android:background="@drawable/white_bg"
????????android:editable="false"
????????android:gravity="right|center"
????????android:hint="萬歲"?/>
????<TableLayout
????????android:layout_width="wrap_content"
????????android:layout_height="match_parent"
????????android:layout_gravity="center">
????????<TableRow
????????????android:layout_width="match_parent"
????????????android:layout_height="match_parent">
????????????<ImageView
????????????????android:id="@+id/imageView"
????????????????android:layout_width="90dp"
????????????????android:layout_height="90dp"
????????????????app:srcCompat="@mipmap/shen2"?/>??//注意!注意!就是這里的圖片不顯示?。?!
????????????<Button
????????????????android:id="@+id/Del"
????????????????android:layout_width="90dp"
????????????????android:layout_height="90dp"
????????????????android:text="@string/Del"?/>
????????????<Button
????????????????android:id="@+id/Cancel"
????????????????android:layout_width="90dp"
????????????????android:layout_height="90dp"
????????????????android:text="@string/Cancel"?/>
????????????<Button
????????????????android:id="@+id/division"
????????????????android:layout_width="90dp"
????????????????android:layout_height="90dp"
????????????????android:text="@string/division"?/>
????????</TableRow>
????</TableLayout>
</LinearLayout>我在AS中預覽的時候有圖片,但在虛擬機上就沒有了,我嘗試安裝到手機上還是不顯示。請教各位大神這是什么原因?怎么解決?感激?。?!我附上了圖片可以看一下,再次感激?。?!
- 2 回答
- 0 關(guān)注
- 2155 瀏覽
添加回答
舉報
0/150
提交
取消