1<!-- 2 Copyright (C) 2016 The Android Open Source Project 3 4 You may obtain a copy of the License at 5 6 http://www.apache.org/licenses/LICENSE-2.0 7 8 Unless required by applicable law or agreed to in writing, software 9 distributed under the License is distributed on an "AS IS" BASIS, 10 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11 See the License for the specific language governing permissions and 12 limitations under the License. 13--> 14<vector xmlns:android="http://schemas.android.com/apk/res/android" 15 android:width="8dp" 16 android:height="8dp" 17 android:viewportWidth="8" 18 android:viewportHeight="8"> 19 20 <path 21 android:fillColor="#000000" 22 android:pathData="M8,0H0v8C0,3.6,3.6,0,8,0z" /> 23 24</vector> 25