Re[2]: [Android] Размытие картинки
От: dnew Россия  
Дата: 21.11.11 09:07
Оценка:
Здравствуйте, Ramil, Вы писали:


R> <ImageView

R> android:layout_width="wrap_content"
R> android:layout_height="wrap_content"

Спасибо, но так и написано:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:orientation="horizontal">

    <ImageView
        android:id="@+id/imageView1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/main2"/>

</LinearLayout>


Картинки лежат в ресурсах в директории drawable-large-mdpi.
И всё равно искажения картинки присутствуют.
Через галерею отображается более чётко.
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.