Added a new tab for subscribing to and showing CarProperties within Android Auto. The UI handling is a bit sluggish still, but can potentially be imporved further.
5 lines
606 B
XML
5 lines
606 B
XML
<vector android:height="200dp" android:viewportHeight="24"
|
|
android:viewportWidth="24" android:width="200dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<path android:fillColor="#FF000000" android:pathData="M12,2A10,10 0,1 0,22 12,10 10,0 0,0 12,2ZM12,20a8,8 0,1 1,8 -8A8,8 0,0 1,12 20ZM18,12.75a1.25,1.25 0,1 1,-1.25 -1.25A1.25,1.25 0,0 1,18 12.75ZM13.5,16.5A1.5,1.5 0,1 1,12 15,1.5 1.5,0 0,1 13.5,16.5ZM8.5,12.75A1.25,1.25 0,1 1,7.25 11.5,1.25 1.25,0 0,1 8.5,12.75ZM9.5,10A1.5,1.5 0,1 1,11 8.5,1.5 1.5,0 0,1 9.5,10ZM14.5,10A1.5,1.5 0,1 1,16 8.5,1.5 1.5,0 0,1 14.5,10Z"/>
|
|
</vector>
|