diff --git a/AnkiDroid/src/main/res/drawable/add_shortcut.xml b/AnkiDroid/src/main/res/drawable/add_shortcut.xml index dddb1e76e05a..1abfd080b76b 100644 --- a/AnkiDroid/src/main/res/drawable/add_shortcut.xml +++ b/AnkiDroid/src/main/res/drawable/add_shortcut.xml @@ -1,25 +1,28 @@ + ~ You should have received a copy of the GNU General Public License along with + ~ this program. If not, see . + --> + android:width="48dp" + android:height="48dp" + android:viewportWidth="1000" + android:viewportHeight="1000"> + android:strokeWidth="0" + android:strokeMiterLimit="100" + android:pathData="m500 58.9c238.1 0 431.1 193 431.1 431.1c0 238.1 -193 431.1 -431.1 431.1c-238.1 0 -431.1 -193 -431.1 -431.1c0 -238.1 193 -431.1 431.1 -431.1z" /> + diff --git a/AnkiDroid/src/main/res/drawable/browse_shortcut.xml b/AnkiDroid/src/main/res/drawable/browse_shortcut.xml index 66e4e0d00d10..f095b67f75bc 100644 --- a/AnkiDroid/src/main/res/drawable/browse_shortcut.xml +++ b/AnkiDroid/src/main/res/drawable/browse_shortcut.xml @@ -1,25 +1,30 @@ + ~ You should have received a copy of the GNU General Public License along with + ~ this program. If not, see . + --> + android:width="48dp" + android:height="48dp" + android:viewportWidth="1000" + android:viewportHeight="1000"> - \ No newline at end of file + android:fillColor="#FFFFFF" + android:strokeWidth="0" + android:strokeMiterLimit="100" + android:pathData="m500 58.9c238.1 0 431.1 193 431.1 431.1c0 238.1 -193 431.1 -431.1 431.1c-238.1 0 -431.1 -193 -431.1 -431.1c0 -238.1 193 -431.1 431.1 -431.1z" /> + + + diff --git a/AnkiDroid/src/main/res/drawable/review_shortcut.xml b/AnkiDroid/src/main/res/drawable/review_shortcut.xml index c0e4c1ffb553..09b2228f16cc 100644 --- a/AnkiDroid/src/main/res/drawable/review_shortcut.xml +++ b/AnkiDroid/src/main/res/drawable/review_shortcut.xml @@ -1,17 +1,28 @@ + - - - + android:width="48dp" + android:height="48dp" + android:viewportWidth="1000" + android:viewportHeight="1000"> + + \ No newline at end of file