fix: 引入Settings的Module
This commit is contained in:
61
Settings/res/drawable/tile_icon_force_rtl.xml
Normal file
61
Settings/res/drawable/tile_icon_force_rtl.xml
Normal file
@@ -0,0 +1,61 @@
|
||||
<!--
|
||||
Copyright (C) 2017 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0"
|
||||
android:tint="?android:attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M7,12L12,7V10H16V14H12V17L7,12" />
|
||||
<path
|
||||
android:fillColor="#80FFFFFF"
|
||||
android:pathData="M0.0,6.0h1.0v12.0h-1.0z"/>
|
||||
<path
|
||||
android:fillColor="#80FFFFFF"
|
||||
android:pathData="M6.0,0.0h12.0v1.0h-12.0z"/>
|
||||
<path
|
||||
android:fillColor="#80FFFFFF"
|
||||
android:pathData="M23.0,6.0h1.0v12.0h-1.0z"/>
|
||||
<path
|
||||
android:fillColor="#80FFFFFF"
|
||||
android:pathData="M6.0,23.0h12.0v1.0h-12.0z"/>
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M1.0,23.0l0.0,-5.0l-1.0,0.0l0.0,6.0l6.0,0.0l0.0,-1.0z"/>
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M1.0,1.0l5.0,0.0l0.0,-1.0l-6.0,0.0l0.0,6.0l1.0,0.0z"/>
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M18.0,0.0l0.0,1.0l5.0,0.0l0.0,5.0l1.0,0.0l0.0,-6.0z"/>
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M23.0,23.0l-5.0,0.0l0.0,1.0l6.0,0.0l0.0,-6.0l-1.0,0.0z"/>
|
||||
<path
|
||||
android:fillColor="#80FFFFFF"
|
||||
android:pathData="M9.5,4h5.0v1.0h-5.0z"/>
|
||||
<path
|
||||
android:fillColor="#80FFFFFF"
|
||||
android:pathData="M9.5,19h5.0v1.0h-5.0z"/>
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M4.5,5.0l5.0,0.0l0.0,-1.0l-6.0,0.0l0.0,10.0l0.0,6.0l6.0,0.0l0.0,-1.0l-5.0,0.0z"/>
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M14.5,4.0l0.0,1.0l5.0,0.0l0.0,14l-5.0,0.0l0.0,1.0l6.0,0.0l0.0,-16z"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user