show a Select SIM button at message sending, if multiple are available
This commit is contained in:
parent
eff3b70c93
commit
49a7cd98f5
4 changed files with 63 additions and 4 deletions
9
app/src/main/res/drawable/ic_sim_vector.xml
Normal file
9
app/src/main/res/drawable/ic_sim_vector.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="m20.6507,3.3384c0,-1.191 -0.9636,-2.1654 -2.1546,-2.1654l-8.6616,0 -6.4962,6.4962 0,12.9923c0,1.191 0.9744,2.1654 2.1654,2.1654l13.0032,0c1.191,0 2.1546,-0.9744 2.1546,-2.1654z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue