Skip to content

Instantly share code, notes, and snippets.

@julianshen
Created June 20, 2013 12:13
Show Gist options
  • Save julianshen/5822234 to your computer and use it in GitHub Desktop.
Save julianshen/5822234 to your computer and use it in GitHub Desktop.
BlinkLayout2
<TextClock
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/textClock"
android:textSize="60sp"
android:textColor="#b3b5b5"
android:format24Hour="k"/>
<blink android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text=":"
android:id="@+id/textView"
android:textSize="60sp"
android:textColor="#b3b5b5"/>
</blink>
<TextClock
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/textClock2"
android:textSize="60sp"
android:textColor="#b3b5b5"
android:format24Hour="mm"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment