-
-
Save virendersran01/909d63530625bf8344e2a901ca0b8216 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" /> | |
<ImageView | |
android:id="@+id/squareAvatar" | |
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