diff options
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r-- | app/src/main/res/drawable/ic_round_copy_16.xml | 5 | ||||
-rw-r--r-- | app/src/main/res/drawable/private_message_ballon.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/ic_round_copy_16.xml b/app/src/main/res/drawable/ic_round_copy_16.xml new file mode 100644 index 00000000..e965d28e --- /dev/null +++ b/app/src/main/res/drawable/ic_round_copy_16.xml @@ -0,0 +1,5 @@ +<vector android:height="16dp" android:tint="#000000" + android:viewportHeight="24" android:viewportWidth="24" + android:width="16dp" xmlns:android="http://schemas.android.com/apk/res/android"> + <path android:fillColor="@android:color/white" android:pathData="M15,1L4,1c-1.1,0 -2,0.9 -2,2v13c0,0.55 0.45,1 1,1s1,-0.45 1,-1L4,4c0,-0.55 0.45,-1 1,-1h10c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1zM19,5L8,5c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h11c1.1,0 2,-0.9 2,-2L21,7c0,-1.1 -0.9,-2 -2,-2zM18,21L9,21c-0.55,0 -1,-0.45 -1,-1L8,8c0,-0.55 0.45,-1 1,-1h9c0.55,0 1,0.45 1,1v12c0,0.55 -0.45,1 -1,1z"/> +</vector> diff --git a/app/src/main/res/drawable/private_message_ballon.xml b/app/src/main/res/drawable/private_message_ballon.xml index 3e7f44d9..3b188119 100644 --- a/app/src/main/res/drawable/private_message_ballon.xml +++ b/app/src/main/res/drawable/private_message_ballon.xml @@ -2,6 +2,6 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <corners - android:radius="22dp"> + android:radius="18dp"> </corners> </shape>
\ No newline at end of file |