<?xml version="1.0" encoding="utf-8"?>
<ViewSwitcher
android:id="@+id/viewswitcher1"
android:layout_width="match_parent"
android:layout_height="122.0dip"
android:persistentDrawingCache="animation"
android:inAnimation="@android:anim/slide_in_left"
android:outAnimation="@android:anim/slide_out_right">
</ViewSwitcher>
找了好久找不到哪出错了,求大神解
<ViewSwitcher
android:id="@+id/viewswitcher1"
android:layout_width="match_parent"
android:layout_height="122.0dip"
android:persistentDrawingCache="animation"
android:inAnimation="@android:anim/slide_in_left"
android:outAnimation="@android:anim/slide_out_right">
</ViewSwitcher>
找了好久找不到哪出错了,求大神解