Legacy group learn more badge and info bottom sheet.

This commit is contained in:
Alan Evans
2020-07-21 06:05:16 -03:00
committed by GitHub
parent 93f587b851
commit 96ce42ae91
14 changed files with 273 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="4dp" />
<solid android:color="@color/core_grey_02" />
</shape>