/ime/latinime/res/layout/tutorial_0_switcher.xml

http://eyes-free.googlecode.com/ · XML · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 903aa2068c0f3f79d16389f5818b2dda MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ViewAnimator
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:id="@+id/tutorial_switcher"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:inAnimation="@android:anim/slide_in_left"
  8. android:outAnimation="@android:anim/slide_out_right" />