Skip to content

Instantly share code, notes, and snippets.

@julianshen
Created June 20, 2013 12:04
Show Gist options
  • Save julianshen/5822197 to your computer and use it in GitHub Desktop.
Save julianshen/5822197 to your computer and use it in GitHub Desktop.
BlinkLayout1
<blink android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextClock
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/textClock"
android:textSize="60sp"
android:textColor="#b3b5b5"/>
</blink>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment