Skip to content

Instantly share code, notes, and snippets.

@acappelli
Created August 18, 2014 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acappelli/4c2bb551d4db5376d1f3 to your computer and use it in GitHub Desktop.
Save acappelli/4c2bb551d4db5376d1f3 to your computer and use it in GitHub Desktop.
<TextView
android:id="@+id/balloon_audio_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="00:00"
android:layout_below="@id/balloon_audio_player"
android:layout_marginTop="2dp"
android:layout_marginLeft="7dp"
android:textSize="11sp"
android:gravity="center_horizontal" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment