use the colored letters as placeholders everywhere

This commit is contained in:
tibbi 2020-04-11 10:23:36 +02:00
parent f96f992203
commit b606d9fdfc
6 changed files with 10 additions and 74 deletions

View file

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/attendee_circular_background">
<shape android:shape="oval">
<solid android:color="@color/color_primary" />
</shape>
</item>
<item
android:bottom="@dimen/small_margin"
android:drawable="@drawable/ic_person_vector"
android:left="@dimen/small_margin"
android:right="@dimen/small_margin"
android:top="@dimen/small_margin" />
</layer-list>