More fix & Better icons
This commit is contained in:
parent
3e4eb34819
commit
413878521a
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
|
|
@ -193,7 +193,7 @@ private fun PatchOptionsBody(modifier: Modifier) {
|
|||
desc = viewModel.sign.mapIndexedNotNull { index, on -> if (on) "V" + (index + 1) else null }.joinToString(" + ").ifEmpty { "None" }
|
||||
)
|
||||
DropdownMenu(expanded = expanded, onDismissRequest = { expanded = false }) {
|
||||
repeat(3) { index ->
|
||||
repeat(2) { index ->
|
||||
DropdownMenuItem(
|
||||
text = {
|
||||
Row(verticalAlignment = Alignment.CenterVertically) {
|
||||
|
|
@ -322,15 +322,20 @@ private fun DoPatchBody(modifier: Modifier) {
|
|||
val shizukuUnavailable = stringResource(R.string.shizuku_unavailable)
|
||||
val installSuccessfully = stringResource(R.string.patch_install_successfully)
|
||||
val installFailed = stringResource(R.string.patch_install_failed)
|
||||
val copyError = stringResource(R.string.patch_copy_error)
|
||||
var installing by rememberSaveable { mutableStateOf(false) }
|
||||
if (installing) InstallDialog(viewModel.patchApp!!) { status, message ->
|
||||
installing = false
|
||||
scope.launch {
|
||||
installing = false
|
||||
if (status == PackageInstaller.STATUS_SUCCESS) {
|
||||
lspApp.globalScope.launch { snackbarHost.showSnackbar(installSuccessfully) }
|
||||
navController.popBackStack()
|
||||
} else {
|
||||
snackbarHost.showSnackbar(installFailed)
|
||||
val result = snackbarHost.showSnackbar(installFailed, copyError)
|
||||
if (result == SnackbarResult.ActionPerformed) {
|
||||
val cm = context.getSystemService(Context.CLIPBOARD_SERVICE) as ClipboardManager
|
||||
cm.setPrimaryClip(ClipData.newPlainText("LSPatch", message))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -383,7 +388,6 @@ private fun DoPatchBody(modifier: Modifier) {
|
|||
@Composable
|
||||
private fun InstallDialog(patchApp: AppInfo, onFinish: (Int, String?) -> Unit) {
|
||||
val scope = rememberCoroutineScope()
|
||||
|
||||
var uninstallFirst by remember { mutableStateOf(ShizukuApi.isPackageInstalled(patchApp.app.packageName)) }
|
||||
var installing by remember { mutableStateOf(0) }
|
||||
val doInstall = suspend {
|
||||
|
|
|
|||
|
|
@ -23,33 +23,33 @@
|
|||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<group
|
||||
android:scaleX="0.122521006"
|
||||
android:scaleY="0.122521006"
|
||||
android:translateX="-24.413445"
|
||||
android:translateY="14.5125">
|
||||
android:scaleX="0.12397959"
|
||||
android:scaleY="0.12397959"
|
||||
android:translateX="-20.387754"
|
||||
android:translateY="13.5">
|
||||
<path
|
||||
android:fillColor="#a697e8"
|
||||
android:pathData="M320,0h640v640h-640z" />
|
||||
android:pathData="M280,0h640v640h-640z" />
|
||||
<group>
|
||||
<clip-path android:pathData="M320,0h640v640h-640z" />
|
||||
<clip-path android:pathData="M280,0h640v640h-640z" />
|
||||
<path
|
||||
android:fillColor="#e4e0f7"
|
||||
android:pathData="M640,1145m-640,0a640,640 0,1 1,1280 0a640,640 0,1 1,-1280 0" />
|
||||
android:pathData="M600,1080m-600,0a600,600 0,1 1,1200 0a600,600 0,1 1,-1200 0" />
|
||||
</group>
|
||||
<path
|
||||
android:fillColor="#607d8b"
|
||||
android:pathData="M550.8,571l3.6,-20.6 -6.8,5.3 -0.6,-0.8c2.7,-2.9 5.4,-5.9 8.2,-9.1l0.2,-1 0.5,0.3c4.7,-5.6 9.3,-11.4 13.8,-17.5l4.8,5.8c-1.2,1.2 -2.5,2.3 -3.9,3.3h15.2c0.8,-0.9 1.6,-1.7 2.5,-2.5l4,6.1c-4.4,2.9 -9,5.5 -13.8,7.9h13.5l6.3,-2.8 -4.3,24.4 -4.7,-5.1h-9.1l1.9,2 -2.7,15.2h5.6l-0,0.3h7.4l9.8,-14 1.3,1.3 -12.1,17 -0.2,-0.3 -0,0.3h-10.7l0,-0.3c-3.3,0.5 -6.2,2.3 -8.6,5.3l0.9,-5.3 -0.3,0.3 3.8,-21.8h-0.5c-0.6,3.5 -2.5,6.5 -5.6,8.9 -4,3.5 -8.6,6.8 -13.6,9.6 -5.1,2.9 -10,5.4 -14.8,7.6l-0.5,-1.5c4.1,-2.2 8.6,-4.9 13.4,-8.3 4.8,-3.3 8.8,-6.6 11.9,-10 1.7,-1.9 2.8,-4 3.4,-6.3h-12.2l-0.4,2 -6.6,4.3ZM558.2,561.8h12.2l1.9,-10.9h-12.2l-1.9,10.9ZM560.6,548.1h13.5c3,-2.9 6,-5.8 8.9,-8.6h-15.7c-2.8,2.5 -5.7,5 -8.7,7.4l2.1,1.3ZM577.4,555l-1.2,6.9h0.5l0.1,-0.5 0.4,0.5h12.2l1.9,-10.9h-17.5l3.6,4.1Z" />
|
||||
android:pathData="M504.4,556.3l3.8,-21.8 -7.2,5.7 -0.7,-0.8c2.9,-3 5.8,-6.3 8.7,-9.7l0.2,-1.1 0.5,0.3c5,-5.9 9.9,-12.1 14.6,-18.6l5.1,6.2c-1.3,1.3 -2.7,2.4 -4.1,3.5h16.2c0.9,-0.9 1.8,-1.8 2.6,-2.7l4.3,6.5c-4.7,3 -9.6,5.8 -14.7,8.4h14.3l6.7,-3 -4.6,25.9 -5,-5.4h-9.7l2,2.2 -2.8,16.2h5.9l-0.1,0.3h7.8l10.4,-14.8 1.4,1.4 -12.9,18 -0.2,-0.3 -0.1,0.3h-11.3l0.1,-0.3c-3.5,0.5 -6.5,2.4 -9.1,5.7l1,-5.7 -0.3,0.3 4.1,-23.2h-0.5c-0.7,3.8 -2.7,6.9 -6,9.4 -4.3,3.8 -9.1,7.2 -14.5,10.2s-10.6,5.7 -15.7,8.1l-0.5,-1.6c4.4,-2.3 9.1,-5.3 14.2,-8.8 5.1,-3.5 9.3,-7 12.6,-10.6 1.8,-2 3,-4.2 3.6,-6.7h-12.9l-0.4,2.2 -7,4.6ZM512.3,546.6h12.9l2,-11.6h-12.9l-2,11.6ZM514.8,532.1h14.3c3.2,-3 6.4,-6.1 9.4,-9.2h-16.7c-3,2.7 -6.1,5.3 -9.2,7.8l2.2,1.4ZM532.7,539.4l-1.3,7.3h0.5l0.1,-0.5 0.4,0.5h12.9l2,-11.6h-18.6l3.8,4.3Z" />
|
||||
<path
|
||||
android:fillColor="#607d8b"
|
||||
android:pathData="M615.6,539.8h15.3c9,0 15.8,3.1 14,13.2 -1.7,9.7 -9.8,13.9 -18.8,13.9h-5.7l-2.7,15.3h-9.6l7.5,-42.4ZM626.6,559.3c5,0 8.1,-2.2 8.9,-6.3 0.7,-4.2 -1.7,-5.6 -6.8,-5.6h-4.9l-2.1,11.9h4.9ZM624.8,564.4l7.7,-6.1 9.3,23.9h-10.7l-6.3,-17.8Z" />
|
||||
android:pathData="M573.1,523.2h16.2c9.5,0 16.8,3.3 14.9,14 -1.8,10.3 -10.4,14.8 -20,14.8h-6l-2.8,16.2h-10.2l7.9,-44.9ZM584.9,543.9c5.3,0 8.6,-2.3 9.4,-6.7 0.8,-4.4 -1.8,-5.9 -7.2,-5.9h-5.2l-2.2,12.6h5.2ZM582.9,549.3l8.2,-6.5 9.9,25.4h-11.4l-6.7,-18.9Z" />
|
||||
<path
|
||||
android:fillColor="#607d8b"
|
||||
android:pathData="M647.5,566c1.9,-10.7 10.5,-16.9 18.7,-16.9s14.6,6.2 12.7,16.9c-1.9,10.7 -10.5,16.9 -18.7,16.9s-14.6,-6.2 -12.7,-16.9ZM669.1,566c1,-5.6 -0.3,-9.2 -4.3,-9.2s-6.6,3.6 -7.5,9.2c-1,5.6 0.3,9.2 4.3,9.2s6.6,-3.6 7.5,-9.2Z" />
|
||||
android:pathData="M607,551.1c2,-11.4 11.2,-17.9 19.8,-17.9s15.5,6.6 13.5,17.9c-2,11.4 -11.2,17.9 -19.8,17.9s-15.5,-6.6 -13.5,-17.9ZM629.9,551.1c1,-5.9 -0.4,-9.8 -4.6,-9.8s-6.9,3.8 -8,9.8c-1,5.9 0.4,9.7 4.6,9.7s6.9,-3.8 8,-9.7Z" />
|
||||
<path
|
||||
android:fillColor="#607d8b"
|
||||
android:pathData="M683.6,566c1.9,-10.7 10.5,-16.9 18.7,-16.9s14.6,6.2 12.7,16.9c-1.9,10.7 -10.5,16.9 -18.7,16.9s-14.6,-6.2 -12.7,-16.9ZM705.2,566c1,-5.6 -0.3,-9.2 -4.3,-9.2s-6.6,3.6 -7.5,9.2c-1,5.6 0.3,9.2 4.3,9.2s6.6,-3.6 7.5,-9.2Z" />
|
||||
android:pathData="M645.2,551.1c2,-11.4 11.2,-17.9 19.8,-17.9s15.5,6.6 13.5,17.9c-2,11.4 -11.2,17.9 -19.8,17.9s-15.5,-6.6 -13.5,-17.9ZM668.2,551.1c1,-5.9 -0.4,-9.8 -4.6,-9.8s-6.9,3.8 -8,9.8c-1,5.9 0.4,9.7 4.6,9.7s6.9,-3.8 8,-9.7Z" />
|
||||
<path
|
||||
android:fillColor="#607d8b"
|
||||
android:pathData="M720.3,570.4l2.3,-13h-4.4l1.3,-7.1 5,-0.4 2.6,-8.6h7.9l-1.5,8.6h7.7l-1.3,7.5h-7.7l-2.3,12.9c-0.6,3.7 0.8,5.1 3.3,5.1 1.1,0 2.3,-0.3 3.2,-0.6l0.3,6.9c-1.8,0.5 -4.2,1.2 -7.4,1.2 -8,0 -10.3,-5 -8.9,-12.5Z" />
|
||||
android:pathData="M684.2,555.7l2.4,-13.8h-4.7l1.3,-7.6 5.3,-0.4 2.8,-9.1h8.4l-1.6,9.1h8.2l-1.4,7.9h-8.2l-2.4,13.7c-0.7,3.9 0.8,5.4 3.5,5.4 1.1,0 2.4,-0.3 3.4,-0.6l0.3,7.4c-1.9,0.6 -4.5,1.2 -7.8,1.2 -8.4,0 -10.9,-5.3 -9.5,-13.3Z" />
|
||||
</group>
|
||||
</vector>
|
||||
|
|
|
|||
|
|
@ -23,42 +23,42 @@
|
|||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<group
|
||||
android:scaleX="0.122521006"
|
||||
android:scaleY="0.122521006"
|
||||
android:translateX="-24.413445"
|
||||
android:translateY="14.5125">
|
||||
android:scaleX="0.12397959"
|
||||
android:scaleY="0.12397959"
|
||||
android:translateX="-20.387754"
|
||||
android:translateY="13.5">
|
||||
<path
|
||||
android:fillColor="#a697e8"
|
||||
android:pathData="M320,0h640v640h-640z" />
|
||||
android:pathData="M280,0h640v640h-640z" />
|
||||
<group>
|
||||
<clip-path android:pathData="M320,0h640v640h-640z" />
|
||||
<clip-path android:pathData="M280,0h640v640h-640z" />
|
||||
<path
|
||||
android:fillColor="#e4e0f7"
|
||||
android:pathData="M640,1145m-640,0a640,640 0,1 1,1280 0a640,640 0,1 1,-1280 0" />
|
||||
android:pathData="M600,1080m-600,0a600,600 0,1 1,1200 0a600,600 0,1 1,-1200 0" />
|
||||
</group>
|
||||
<path
|
||||
android:fillColor="#607d8b"
|
||||
android:pathData="M532.4,540.7h13.3c8.3,0 14.5,2.9 14.5,10.8 0,11.1 -9,16 -18.9,16h-5.4l-3.1,15.5h-8.9l8.5,-42.4ZM541.9,560.5c6.3,0 9.5,-3 9.5,-7.6 0,-3.5 -2.5,-5.1 -7.1,-5.1h-4.5l-2.5,12.7h4.5ZM540.4,565.5l6.4,-5.7 9.1,23.3h-9.4l-6.2,-17.6Z" />
|
||||
android:pathData="M485.6,524.2h14.1c8.8,0 15.4,3.1 15.4,11.5 0,11.8 -9.6,17 -20,17h-5.7l-3.3,16.5h-9.4l9,-44.9ZM495.6,545.2c6.7,0 10.1,-3.2 10.1,-8.1 0,-3.8 -2.7,-5.4 -7.5,-5.4h-4.7l-2.6,13.5h4.8ZM494,550.5l6.8,-6.1 9.7,24.7h-10l-6.6,-18.7Z" />
|
||||
<path
|
||||
android:fillColor="#607d8b"
|
||||
android:pathData="M562.1,570.6c0,-12.4 9.2,-20.5 18.1,-20.5 7.5,0 12.5,5.3 12.5,13.3 0,12.4 -9.2,20.5 -18.1,20.5 -7.5,0 -12.5,-5.3 -12.5,-13.3ZM583.7,563.5c0,-3.9 -1.5,-6.3 -4.5,-6.3 -4.3,0 -8.1,5.7 -8.1,13.2 0,3.9 1.5,6.3 4.5,6.3 4.3,0 8.1,-5.7 8.1,-13.2Z" />
|
||||
android:pathData="M517,555.9c0,-13.2 9.8,-21.8 19.2,-21.8 8,0 13.3,5.6 13.3,14.1 0,13.2 -9.8,21.8 -19.2,21.8 -8,0 -13.3,-5.6 -13.3,-14.1ZM539.9,548.4c0,-4.2 -1.6,-6.7 -4.8,-6.7 -4.6,0 -8.6,6 -8.6,14 0,4.2 1.6,6.7 4.8,6.7 4.6,0 8.6,-6 8.6,-14Z" />
|
||||
<path
|
||||
android:fillColor="#607d8b"
|
||||
android:pathData="M596.8,570.6c0,-12.4 9.2,-20.5 18.1,-20.5 7.5,0 12.5,5.3 12.5,13.3 0,12.4 -9.2,20.5 -18.1,20.5 -7.5,0 -12.5,-5.3 -12.5,-13.3ZM618.4,563.5c0,-3.9 -1.5,-6.3 -4.5,-6.3 -4.3,0 -8.1,5.7 -8.1,13.2 0,3.9 1.5,6.3 4.5,6.3 4.3,0 8.1,-5.7 8.1,-13.2Z" />
|
||||
android:pathData="M553.8,555.9c0,-13.2 9.8,-21.8 19.2,-21.8 8,0 13.3,5.6 13.3,14.1 0,13.2 -9.8,21.8 -19.2,21.8 -8,0 -13.3,-5.6 -13.3,-14.1ZM576.7,548.4c0,-4.2 -1.6,-6.7 -4.8,-6.7 -4.6,0 -8.6,6 -8.6,14 0,4.2 1.6,6.7 4.8,6.7 4.6,0 8.6,-6 8.6,-14Z" />
|
||||
<path
|
||||
android:fillColor="#607d8b"
|
||||
android:pathData="M633.6,575.3c0,-1.4 0.2,-2.7 0.5,-4.1l2.8,-13.5h-4.3l1.3,-6.6 4.8,-0.4 2.7,-8.4h7.4l-1.6,8.4h7.3l-1.4,6.9h-7.5l-2.8,13.9c-0.1,0.8 -0.2,1.5 -0.2,2.2 0,2.1 1,3.2 3.4,3.2 0.9,0 1.8,-0.3 2.6,-0.7l1.6,6.3c-1.7,0.6 -4.3,1.4 -7.6,1.4 -6.5,0 -9.1,-3.6 -9.1,-8.5Z" />
|
||||
android:pathData="M592.8,561c0,-1.5 0.3,-2.9 0.5,-4.3l3,-14.3h-4.6l1.4,-7 5,-0.4 2.9,-8.9h7.9l-1.7,8.9h7.7l-1.4,7.4h-8l-3,14.7c-0.1,0.8 -0.2,1.5 -0.2,2.3 0,2.3 1.1,3.3 3.6,3.3 1,0 1.9,-0.3 2.8,-0.8l1.7,6.6c-1.8,0.7 -4.5,1.5 -8,1.5 -6.9,0 -9.7,-3.8 -9.7,-9Z" />
|
||||
<path
|
||||
android:fillColor="#607d8b"
|
||||
android:pathData="M655.7,577.5c0,-1.1 0.1,-2.3 0.5,-3.9l7.2,-36.1h8.9l-7.3,36.4c-0.1,0.6 -0.1,0.9 -0.1,1.3 0,1.1 0.6,1.5 1.2,1.5 0.4,0 0.6,0 1.1,-0.2l-0.3,6.6c-1.1,0.4 -2.7,0.7 -4.7,0.7 -4.6,0 -6.5,-2.4 -6.5,-6.3Z" />
|
||||
android:pathData="M616.3,563.3c0,-1.2 0.1,-2.5 0.5,-4.2l7.7,-38.3h9.4l-7.8,38.6c-0.1,0.7 -0.1,1 -0.1,1.3 0,1.2 0.6,1.6 1.3,1.6 0.4,0 0.6,0 1.2,-0.2l-0.3,7c-1.1,0.4 -2.8,0.8 -5,0.8 -4.9,0 -6.9,-2.5 -6.9,-6.7Z" />
|
||||
<path
|
||||
android:fillColor="#607d8b"
|
||||
android:pathData="M691,550c7.7,0 10.5,5.4 10.5,12.1 0,3 -1.1,6.4 -1.6,7.3h-18.4c-0.2,5.4 3,7.6 7.3,7.6 2,0 4.3,-1.1 5.9,-2.3l3.2,5.6c-2.6,1.8 -6.6,3.4 -11.6,3.4 -7.8,0 -13.2,-5.2 -13.2,-13.8 0,-11.9 9.4,-20 17.9,-20ZM694,564c0.2,-0.7 0.3,-1.5 0.3,-2.4 0,-2.6 -1.1,-4.8 -4.3,-4.8 -3.1,0 -6.2,2.4 -7.7,7.2h11.7Z" />
|
||||
android:pathData="M653.8,534.1c8.2,0 11.1,5.7 11.1,12.8 0,3.2 -1.2,6.8 -1.7,7.8h-19.5c-0.2,5.7 3.2,8.1 7.7,8.1 2.1,0 4.6,-1.2 6.3,-2.4l3.3,5.9c-2.7,1.9 -7,3.6 -12.3,3.6 -8.3,0 -14,-5.5 -14,-14.6 0,-12.7 9.9,-21.2 19,-21.2ZM656.9,549c0.2,-0.7 0.3,-1.6 0.3,-2.5 0,-2.8 -1.2,-5.1 -4.6,-5.1 -3.3,0 -6.6,2.6 -8.2,7.6h12.4Z" />
|
||||
<path
|
||||
android:fillColor="#607d8b"
|
||||
android:pathData="M702.9,577.6l5.2,-4.3c2.2,2.7 4.6,4 7,4s4.5,-1.3 4.5,-3.1c0,-1.9 -1.9,-2.7 -5.6,-4.8 -3.7,-2 -6.5,-4.9 -6.5,-9 0,-6.1 5.6,-10.5 12.5,-10.5 4.4,0 7.9,2.2 10.6,4.9l-4.8,4.6c-1.6,-1.6 -3.5,-2.9 -5.8,-2.9 -2.5,0 -4.1,1.4 -4.1,3.1 0,2 2.7,3 5.3,4.5 3.8,2.1 6.8,4.6 6.8,9.1 0,6.3 -5.6,10.6 -13.4,10.6 -3.9,0 -8.9,-2.2 -11.6,-6.3Z" />
|
||||
android:pathData="M666.4,563.4l5.5,-4.5c2.4,2.9 4.9,4.2 7.4,4.2s4.8,-1.4 4.8,-3.2c0,-2 -2,-2.9 -5.9,-5.1 -3.9,-2.2 -6.9,-5.2 -6.9,-9.5 0,-6.4 5.9,-11.1 13.3,-11.1 4.7,0 8.4,2.3 11.2,5.2l-5.1,4.9c-1.7,-1.7 -3.7,-3.1 -6.1,-3.1 -2.6,0 -4.4,1.5 -4.4,3.3 0,2.2 2.9,3.2 5.6,4.7 4.1,2.2 7.2,4.9 7.2,9.6 0,6.7 -6,11.2 -14.2,11.2 -4.1,0 -9.4,-2.4 -12.3,-6.6Z" />
|
||||
<path
|
||||
android:fillColor="#607d8b"
|
||||
android:pathData="M730.5,577.6l5.2,-4.3c2.2,2.7 4.6,4 7,4s4.5,-1.3 4.5,-3.1c0,-1.9 -1.9,-2.7 -5.6,-4.8 -3.7,-2 -6.5,-4.9 -6.5,-9 0,-6.1 5.6,-10.5 12.5,-10.5 4.4,0 7.9,2.2 10.6,4.9l-4.8,4.6c-1.6,-1.6 -3.5,-2.9 -5.8,-2.9 -2.5,0 -4.1,1.4 -4.1,3.1 0,2 2.7,3 5.3,4.5 3.8,2.1 6.8,4.6 6.8,9.1 0,6.3 -5.6,10.6 -13.4,10.6 -3.9,0 -8.9,-2.2 -11.6,-6.3Z" />
|
||||
android:pathData="M695.6,563.4l5.5,-4.5c2.4,2.9 4.9,4.2 7.4,4.2s4.8,-1.4 4.8,-3.2c0,-2 -2,-2.9 -5.9,-5.1 -3.9,-2.2 -6.9,-5.2 -6.9,-9.5 0,-6.4 5.9,-11.1 13.3,-11.1 4.7,0 8.4,2.3 11.2,5.2l-5.1,4.9c-1.7,-1.7 -3.7,-3.1 -6.1,-3.1 -2.6,0 -4.4,1.5 -4.4,3.3 0,2.2 2.9,3.2 5.6,4.7 4.1,2.2 7.2,4.9 7.2,9.6 0,6.7 -6,11.2 -14.2,11.2 -4.1,0 -9.4,-2.4 -12.3,-6.6Z" />
|
||||
</group>
|
||||
</vector>
|
||||
|
|
|
|||
|
|
@ -18,17 +18,19 @@
|
|||
-->
|
||||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<group
|
||||
android:scaleX="2"
|
||||
android:scaleY="2"
|
||||
android:translateX="30"
|
||||
android:translateY="30">
|
||||
android:scaleX="1.2375"
|
||||
android:scaleY="1.2375"
|
||||
android:translateX="24.3"
|
||||
android:translateY="24.3">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M17.73,12.02l3.98,-3.98c0.39,-0.39 0.39,-1.02 0,-1.41l-4.34,-4.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-3.98,3.98L8,2.29C7.8,2.1 7.55,2 7.29,2c-0.25,0 -0.51,0.1 -0.7,0.29L2.25,6.63c-0.39,0.39 -0.39,1.02 0,1.41l3.98,3.98L2.25,16c-0.39,0.39 -0.39,1.02 0,1.41l4.34,4.34c0.39,0.39 1.02,0.39 1.41,0l3.98,-3.98 3.98,3.98c0.2,0.2 0.45,0.29 0.71,0.29 0.26,0 0.51,-0.1 0.71,-0.29l4.34,-4.34c0.39,-0.39 0.39,-1.02 0,-1.41l-3.99,-3.98zM12,9c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM7.29,10.96L3.66,7.34l3.63,-3.63 3.62,3.62 -3.62,3.63zM10,13c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1 1,0.45 1,1 -0.45,1 -1,1zM12,15c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1 1,0.45 1,1 -0.45,1 -1,1zM14,11c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM16.66,20.34l-3.63,-3.62 3.63,-3.63 3.62,3.62 -3.62,3.63z" />
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M24.1,27.6l-6.7,6.7c-0.4,0.5 -1,0.7 -1.6,0.7c-0.6,0 -1.2,-0.2 -1.6,-0.7l-4.4,-4.4C9.3,29.4 9,28.9 9,28.3c0,-0.6 0.2,-1.2 0.7,-1.6l6.6,-6.7l-6.6,-6.7c-0.4,-0.4 -0.7,-0.9 -0.7,-1.5c-0.1,-0.6 0.1,-1.1 0.5,-1.5l4.6,-4.6c0.4,-0.4 1,-0.7 1.6,-0.7c0.6,0 1.2,0.2 1.6,0.7l6.7,6.7l6.7,-6.7c0.4,-0.4 1,-0.7 1.6,-0.7c0.6,0 1.2,0.2 1.6,0.7l4.4,4.4c0.4,0.4 0.6,1 0.7,1.6c0,0.6 -0.2,1.2 -0.7,1.6L31.7,20l6.7,6.7c0.4,0.4 0.7,1 0.7,1.6c0,0.6 -0.2,1.2 -0.7,1.6l-4.6,4.6c-0.4,0.4 -0.9,0.6 -1.5,0.5c-0.6,-0.1 -1.1,-0.3 -1.5,-0.7L24.1,27.6zM24.1,18.7c0.4,0 0.8,-0.1 1,-0.4c0.3,-0.3 0.4,-0.6 0.4,-1s-0.1,-0.8 -0.4,-1c-0.3,-0.3 -0.6,-0.4 -1,-0.4c-0.4,0 -0.8,0.1 -1,0.4c-0.3,0.3 -0.4,0.6 -0.4,1c0,0.4 0.1,0.8 0.4,1C23.3,18.5 23.6,18.7 24.1,18.7zM17.8,18.5l4.7,-4.7l-6.7,-6.7c0,0 0,0 0,0c0,0 0,0 0,0l-4.6,4.6c0,0 0,0 0,0c0,0 0,0 0,0L17.8,18.5zM21.3,21.4c0.4,0 0.8,-0.1 1,-0.4s0.4,-0.6 0.4,-1s-0.1,-0.8 -0.4,-1s-0.6,-0.4 -1,-0.4c-0.4,0 -0.8,0.1 -1,0.4c-0.3,0.3 -0.4,0.6 -0.4,1s0.1,0.8 0.4,1C20.5,21.3 20.9,21.4 21.3,21.4zM24.1,24.1c0.4,0 0.8,-0.1 1,-0.4s0.4,-0.6 0.4,-1s-0.1,-0.8 -0.4,-1s-0.6,-0.4 -1,-0.4c-0.4,0 -0.8,0.1 -1,0.4c-0.3,0.3 -0.4,0.6 -0.4,1c0,0.4 0.1,0.8 0.4,1C23.3,24 23.6,24.1 24.1,24.1zM26.8,21.4c0.4,0 0.8,-0.1 1,-0.4c0.3,-0.3 0.4,-0.6 0.4,-1s-0.1,-0.8 -0.4,-1c-0.3,-0.3 -0.6,-0.4 -1,-0.4s-0.8,0.1 -1,0.4c-0.3,0.3 -0.4,0.6 -0.4,1s0.1,0.8 0.4,1C26,21.3 26.3,21.4 26.8,21.4zM25.5,26.1l6.7,6.7l0,0l0,0l4.6,-4.6l0,0l0,0l-6.7,-6.7L25.5,26.1zM19.4,15.4L19.4,15.4L19.4,15.4L19.4,15.4L19.4,15.4zM28.6,24.6C28.6,24.6 28.6,24.6 28.6,24.6S28.6,24.6 28.6,24.6S28.6,24.6 28.6,24.6S28.6,24.6 28.6,24.6z"
|
||||
tools:ignore="VectorPath" />
|
||||
</group>
|
||||
</vector>
|
||||
|
|
|
|||
Loading…
Reference in New Issue