我想通常在ImageView中顯示圖像,但問題是當我在手機中測試時它總是變大,爲什麼?
這裏是SRC圖像:
ImageView使手機中的圖像大於源圖像
XML代碼:
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/ButtonMemorizeLayoutNextSura"
android:src="@drawable/quran_slidingdrawer_leftarrow_state"
android:layout_marginRight="10dip" />
它將顯示具有相同高度/寬度圖像的imageview。 –
whare你存儲你的圖像。 –
@PolamReddy在可繪製文件夾中 – Omar