Skip to content

Instantly share code, notes, and snippets.

@muthuraj57
Last active July 11, 2020 11:31
Show Gist options
  • Save muthuraj57/55f97a8d86837a0821e61d33f0c63a13 to your computer and use it in GitHub Desktop.
Save muthuraj57/55f97a8d86837a0821e61d33f0c63a13 to your computer and use it in GitHub Desktop.
<FrameLayout
android:id="@+id/speaker_avatar_container"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center_vertical">
<TextView
android:id="@+id/placeholder"
android:layout_width="40dp"
android:layout_height="40dp"
android:gravity="center"
android:background="@drawable/circle"
android:textColor="@color/white"/>
<CircleImageView
android:id="@+id/avatar"
android:layout_width="40dp"
android:layout_height="40dp" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment