-
-
Save virendersran01/e17ee7e2113bc2438d5786d7d12b3932 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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