0

我可以在 eclipse 中声明像 jpg 这样的 gif 吗?

<ImageView
    android:contentDescription="@string/ppant"
    android:id="@+id/gifYesOrNo"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_above="@+id/button4"
    android:layout_alignLeft="@+id/button4"
    android:layout_alignRight="@+id/button4"
    android:src="@drawable/gif" />

谢谢

4

1 回答 1

0

您可以声明它,但它不会被动画化。如果您愿意,可以使用 webview(不是很好的解决方案)和 VideoView。您可以在此处找到一些帮助:显示动画 GIF。如果您真的想在 ImageView 中查看此内容:Playing an Animation GIF image file in imageview。无论您决定什么,都可以在这里找到很多有用的东西:http: //droid-blog.net/2011/10/14/tutorial-how-to-use-animated-gifs-in-android-part-1/ . 希望这可以帮助。

于 2013-08-30T23:33:53.297 回答