give media previews a rounded outline (#1617)
* give media previews a rounded outline * give media previews a rounded outline in ReportActivity
This commit is contained in:
parent
426e7edb73
commit
352ff3a2d1
7 changed files with 20 additions and 3 deletions
4
app/src/main/res/drawable/media_preview_outline.xml
Normal file
4
app/src/main/res/drawable/media_preview_outline.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="8dp" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue