mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
package selector in AppManage
This commit is contained in:
9
app/src/main/res/drawable/checklist_fill0.xml
Normal file
9
app/src/main/res/drawable/checklist_fill0.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="960"
|
||||
android:viewportHeight="960">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M222,760 L80,618l56,-56 85,85 170,-170 56,57 -225,226ZM222,440L80,298l56,-56 85,85 170,-170 56,57 -225,226ZM520,680v-80h360v80L520,680ZM520,360v-80h360v80L520,360Z"/>
|
||||
</vector>
|
||||
9
app/src/main/res/drawable/refresh_fill0.xml
Normal file
9
app/src/main/res/drawable/refresh_fill0.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="960"
|
||||
android:viewportHeight="960">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M480,800q-134,0 -227,-93t-93,-227q0,-134 93,-227t227,-93q69,0 132,28.5T720,270v-110h80v280L520,440v-80h168q-32,-56 -87.5,-88T480,240q-100,0 -170,70t-70,170q0,100 70,170t170,70q77,0 139,-44t87,-116h84q-28,106 -114,173t-196,67Z"/>
|
||||
</vector>
|
||||
@@ -238,6 +238,12 @@
|
||||
|
||||
<!--AppManage-->
|
||||
<string name="app_manage">应用管理</string>
|
||||
<string name="pkg_selector">应用选择器</string>
|
||||
<string name="loading">加载中</string>
|
||||
<string name="show_user_app">显示用户应用</string>
|
||||
<string name="show_system_app">显示系统应用</string>
|
||||
<string name="show_priv_app">显示priv-app</string>
|
||||
<string name="show_apex_app">显示apex应用</string>
|
||||
<string name="suspend">挂起</string>
|
||||
<string name="hide">隐藏</string>
|
||||
<string name="isapphidden_desc">如果隐藏,有可能是没安装</string>
|
||||
|
||||
Reference in New Issue
Block a user