我做了矩形繪製並放在drawable-xhdpi文件夾中。但在我的設備中,它看起來很模糊。 我的設備屏幕尺寸爲1280x720,密度爲344 dpi。我把這個xml文件放在所有文件夾中,但看起來仍然很模糊。請幫幫我。 把圖像放在xhdpi中,但看起來模糊
<item>
<shape android:shape="rectangle" >
<solid android:color="#00000000" />
<stroke
android:width="0.5dip"
android:color="#ADADAD" />
</shape>
</item>
這是繪製,我把在繪製-xhdpi文件夾。
請勿將其放置在drawable-xhdpi文件夾中。只需在名爲drawable的/ res下創建一個文件夾並將其放置在那裏。 – SKK
無法正常工作。首先我試過這個。 – Dhiren
@Dhiren你可以看看我的回答者。 – Harshid