Added a bug report screen.
This commit is contained in:
parent
b3a9c96fe6
commit
3cc58e9764
15 changed files with 997 additions and 12 deletions
10
app/src/main/res/drawable/ic_send_white_24dp.xml
Normal file
10
app/src/main/res/drawable/ic_send_white_24dp.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:height="24dp"
|
||||
android:viewportHeight="24.0"
|
||||
android:viewportWidth="24.0"
|
||||
android:width="24dp">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M2.01,21L23,12 2.01,3 2,10l15,2 -15,2z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue