Post History
Vector, 893 Bytes <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><pa...
Answer
#4: Post edited
- # Vector, 893 Bytes
- ```xml
- <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector>
- ```
- I don't have any idea where you can use the code. I usually used the code in Android Studio XML. See the code better way..
- ```xml
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="474dp"
- android:height="355dp"
- android:viewportWidth="474"
- android:viewportHeight="355">
- <path
- android:fillColor="#bcbbbb"
android:name="Rectangle 1"- android:pathData="m187 227h59v9h-59v-9z" />
- <path
- android:fillColor="#bcbbbb"
android:name="Rectangle 2"- android:pathData="m187 210h7v26h-7v-26z" />
- <path
- android:fillColor="#bcbbbb"
android:name="Rectangle 2 copy"- android:pathData="m239 210h7v26h-7v-26z" />
- <path
- android:fillColor="#f48024"
android:name="Rectangle 3"- android:pathData="m197 221h40v3h-40v-3z" />
- <path
- android:fillColor="#f48024"
android:name="Rectangle 3 copy"- android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z" />
- <path
- android:fillColor="#f48024"
android:name="Rectangle 3 copy 2"- android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z" />
- <path
- android:fillColor="#f48024"
android:name="Rectangle 3 copy 3"- android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z" />
- <path
- android:fillColor="#f48024"
android:name="Rectangle 3 copy 4"- android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z" />
- </vector>
- ```
- ![image](https://imgur.com/8b2fJrM.png)
- # Vector, 893 Bytes
- ```xml
- <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector>
- ```
- I don't have any idea where you can use the code. I usually used the code in Android Studio XML. See the code better way..
- ```xml
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="474dp"
- android:height="355dp"
- android:viewportWidth="474"
- android:viewportHeight="355">
- <path
- android:fillColor="#bcbbbb"
- android:pathData="m187 227h59v9h-59v-9z" />
- <path
- android:fillColor="#bcbbbb"
- android:pathData="m187 210h7v26h-7v-26z" />
- <path
- android:fillColor="#bcbbbb"
- android:pathData="m239 210h7v26h-7v-26z" />
- <path
- android:fillColor="#f48024"
- android:pathData="m197 221h40v3h-40v-3z" />
- <path
- android:fillColor="#f48024"
- android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z" />
- <path
- android:fillColor="#f48024"
- android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z" />
- <path
- android:fillColor="#f48024"
- android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z" />
- <path
- android:fillColor="#f48024"
- android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z" />
- </vector>
- ```
- ![image](https://imgur.com/8b2fJrM.png)
#3: Post edited
# XML, 893 Bytes- ```xml
- <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector>
- ```
- I don't have any idea where you can use the code. I usually used the code in Android Studio XML. See the code better way..
- ```xml
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="474dp"
- android:height="355dp"
- android:viewportWidth="474"
- android:viewportHeight="355">
- <path
- android:fillColor="#bcbbbb"
- android:name="Rectangle 1"
- android:pathData="m187 227h59v9h-59v-9z" />
- <path
- android:fillColor="#bcbbbb"
- android:name="Rectangle 2"
- android:pathData="m187 210h7v26h-7v-26z" />
- <path
- android:fillColor="#bcbbbb"
- android:name="Rectangle 2 copy"
- android:pathData="m239 210h7v26h-7v-26z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3"
- android:pathData="m197 221h40v3h-40v-3z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3 copy"
- android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3 copy 2"
- android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3 copy 3"
- android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3 copy 4"
- android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z" />
- </vector>
- ```
- ![image](https://imgur.com/8b2fJrM.png)
- # Vector, 893 Bytes
- ```xml
- <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector>
- ```
- I don't have any idea where you can use the code. I usually used the code in Android Studio XML. See the code better way..
- ```xml
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="474dp"
- android:height="355dp"
- android:viewportWidth="474"
- android:viewportHeight="355">
- <path
- android:fillColor="#bcbbbb"
- android:name="Rectangle 1"
- android:pathData="m187 227h59v9h-59v-9z" />
- <path
- android:fillColor="#bcbbbb"
- android:name="Rectangle 2"
- android:pathData="m187 210h7v26h-7v-26z" />
- <path
- android:fillColor="#bcbbbb"
- android:name="Rectangle 2 copy"
- android:pathData="m239 210h7v26h-7v-26z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3"
- android:pathData="m197 221h40v3h-40v-3z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3 copy"
- android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3 copy 2"
- android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3 copy 3"
- android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3 copy 4"
- android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z" />
- </vector>
- ```
- ![image](https://imgur.com/8b2fJrM.png)
#2: Post edited
# Vector🤔, 893 Bytes- ```xml
- <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector>
- ```
I don't have any idea where you can use the code. I usually used the code in Android Studio XML.- ![image](https://imgur.com/8b2fJrM.png)
- # XML, 893 Bytes
- ```xml
- <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector>
- ```
- I don't have any idea where you can use the code. I usually used the code in Android Studio XML. See the code better way..
- ```xml
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="474dp"
- android:height="355dp"
- android:viewportWidth="474"
- android:viewportHeight="355">
- <path
- android:fillColor="#bcbbbb"
- android:name="Rectangle 1"
- android:pathData="m187 227h59v9h-59v-9z" />
- <path
- android:fillColor="#bcbbbb"
- android:name="Rectangle 2"
- android:pathData="m187 210h7v26h-7v-26z" />
- <path
- android:fillColor="#bcbbbb"
- android:name="Rectangle 2 copy"
- android:pathData="m239 210h7v26h-7v-26z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3"
- android:pathData="m197 221h40v3h-40v-3z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3 copy"
- android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3 copy 2"
- android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3 copy 3"
- android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z" />
- <path
- android:fillColor="#f48024"
- android:name="Rectangle 3 copy 4"
- android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z" />
- </vector>
- ```
- ![image](https://imgur.com/8b2fJrM.png)
#1: Initial revision
# Vector🤔, 893 Bytes ```xml <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector> ``` I don't have any idea where you can use the code. I usually used the code in Android Studio XML. ![image](https://imgur.com/8b2fJrM.png)