Feature/convo capitalised (#1624)
* [SES-2551] capitalising sentences in convos * [SES-2555] Add bg to image loading * Using Robolectric to fix the testsfix/fixing-tests-pointing-to-deleted-files
parent
bc6718e996
commit
f379604c54
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape
|
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:shape="rectangle">
|
||||||
|
|
||||||
|
<solid android:color="?backgroundSecondary" />
|
||||||
|
|
||||||
|
<corners android:radius="?dialogCornerRadius" />
|
||||||
|
|
||||||
|
</shape>
|
Loading…
Reference in New Issue