Skip to content

Instantly share code, notes, and snippets.

View IGZluisgonzalez's full-sized avatar

IGZluisgonzalez

  • Intelygenz
View GitHub Profile
@IGZluisgonzalez
IGZluisgonzalez / WaveImage.xml
Last active August 29, 2015 14:04
Wave Animation
<ImageView
android:id="@+id/waveImg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/vertical_wave_animation"
android:contentDescription="@string/content_description_wave_img"
android:visibility="gone" />