精简:界面调整 & 去除不常用资源

整理:code review
pull/408/head
pppscn 7 months ago
parent ebcc4bbdbc
commit e69716affc

@ -32,14 +32,14 @@ data class Msg(
val simImageId: Int
get() {
if (simInfo.isNotEmpty()) {
if (simInfo.replace("-", "").startsWith("SIM2")) {
return R.drawable.ic_sim2 //mipmap
} else if (simInfo.replace("-", "").startsWith("SIM1")) {
return R.drawable.ic_sim1
}
return when {
type == "app" -> R.drawable.ic_app
simSlot == 0 -> R.drawable.ic_sim1
simSlot == 1 -> R.drawable.ic_sim2
simInfo.isNotEmpty() && simInfo.replace("-", "").startsWith("SIM2") -> R.drawable.ic_sim2
simInfo.isNotEmpty() && simInfo.replace("-", "").startsWith("SIM1") -> R.drawable.ic_sim1
else -> R.drawable.ic_sim
}
return R.drawable.ic_sim
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

@ -1,15 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="25.0dip"
android:height="25.0dip"
android:autoMirrored="true"
android:viewportWidth="25.0"
android:viewportHeight="25.0">
android:width="40.0dip"
android:height="50.0dip"
android:viewportWidth="40.0"
android:viewportHeight="50.0">
<path
android:fillColor="@color/color_grey_primary_default"
android:pathData="M6.66,0.66L18.66,0.66A6,6 0,0 1,24.66 6.66L24.66,18.66A6,6 0,0 1,18.66 24.66L6.66,24.66A6,6 0,0 1,0.66 18.66L0.66,6.66A6,6 0,0 1,6.66 0.66z" />
android:fillAlpha="0.8"
android:fillColor="?attr/colorControlNormal"
android:fillType="evenOdd"
android:pathData="M24.6702,0C26.9147,0 29.0561,0.9429 30.5715,2.5987L37.9014,10.6071C39.2513,12.0821 40,14.009 40,16.0084V44C40,47.3137 37.3137,50 34,50H6C2.6863,50 0,47.3137 0,44V6C0,2.6863 2.6863,0 6,0H24.6702Z"
android:strokeAlpha="0.8" />
<group
android:scaleX="2"
android:scaleY="2"
android:translateX="-4.2"
android:translateY="2">
<path
android:fillColor="#ffffffff"
android:fillType="evenOdd"
android:pathData="M7.984,5.837C8.418,5.586 8.974,5.735 9.224,6.169L9.779,7.13C10.518,6.712 11.372,6.473 12.282,6.473C13.199,6.473 14.06,6.715 14.803,7.14L15.342,6.207C15.592,5.772 16.148,5.623 16.582,5.874C17.017,6.125 17.165,6.68 16.915,7.115L16.212,8.331C16.862,9.121 17.278,10.11 17.355,11.194H7.21C7.287,10.103 7.708,9.107 8.366,8.314L7.651,7.077C7.401,6.643 7.55,6.087 7.984,5.837ZM17.368,12.647H7.198V17.732C7.198,18.535 7.848,19.185 8.651,19.185H15.915C16.718,19.185 17.368,18.535 17.368,17.732V12.647Z" />
</group>
</vector>

@ -0,0 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="128dp"
android:height="128dp"
android:viewportWidth="128"
android:viewportHeight="128">
<path
android:pathData="M48.58,0L77.87,0C79.44,0.54 81.34,1.49 81.34,3.44C81.73,8.39 81.35,13.37 81.46,18.33C89.82,18.38 98.17,18.29 106.53,18.4C107.81,19.97 109.03,21.72 108.73,23.88C108.69,56.92 108.75,89.98 108.7,123.02C109.01,125.33 107.64,127.06 105.64,128L21.86,128C19.48,127.47 18.01,125.43 18.32,123.02C18.27,91.68 18.34,60.35 18.29,29.01C18.39,25.38 17.49,21.17 20.47,18.39C28.82,18.31 37.17,18.38 45.52,18.31C45.65,13.19 45.18,8.04 45.74,2.94C45.9,1.43 47.55,0.82 48.58,0M54.3,8.49C54.29,11.78 54.29,15.07 54.28,18.36C60.44,18.32 66.6,18.39 72.76,18.32C72.72,15.04 72.71,11.76 72.7,8.49C66.57,8.57 60.43,8.57 54.3,8.49M27.13,27.31C27.32,57.98 26.92,88.65 27.33,119.31C51.43,119.2 75.54,119.25 99.64,119.29C100.1,88.64 99.67,57.97 99.86,27.32C75.62,27.27 51.37,27.28 27.13,27.31Z"
android:fillColor="#2a9ce4"/>
<path
android:pathData="M36.5,56.75C38.44,55.56 40.65,54.65 42.97,54.82C50.96,55.39 58.99,55.27 67,55.03C71.32,55.29 75.65,55.25 79.98,55.06C83.4,55.19 87.7,53.98 90.28,56.93C91.13,58.59 90.59,60.48 90.43,62.23C88.78,63.21 86.98,64.03 85.01,63.82C69.98,63.61 54.94,63.89 39.92,63.69C36.3,63.62 35.77,59.51 36.5,56.75Z"
android:fillColor="#2a9ce4"/>
<path
android:pathData="M36.61,74.79C39.33,72.68 42.82,73.3 46.02,73.27C59.66,73.36 73.31,73.2 86.96,73.33C90.95,73.26 92.26,79.2 89.08,81.22C86.62,82.64 83.69,82.17 80.98,82.24C67.34,82.24 53.69,82.17 40.04,82.28C38.88,81.63 37.64,81.05 36.72,80.06C35.8,78.44 36.49,76.52 36.61,74.79Z"
android:fillColor="#2a9ce4"/>
<path
android:pathData="M38.96,91.57C55.32,91.4 71.69,91.38 88.06,91.57C88.6,91.91 89.7,92.59 90.24,92.94C91.49,95.97 90.61,99.39 87.28,100.46C72.21,100.28 57.13,100.41 42.06,100.39C40.55,100.3 38.85,100.39 37.66,99.28C35.53,97.87 36.31,95.03 36.76,92.95C37.31,92.61 38.41,91.91 38.96,91.57Z"
android:fillColor="#2a9ce4"/>
</vector>

@ -0,0 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="128dp"
android:height="128dp"
android:viewportWidth="128"
android:viewportHeight="128">
<path
android:pathData="M23.19,0L26.16,0C33.44,1.42 38.76,7.22 42.68,13.14C46.33,18.85 49.93,25.5 48.42,32.52C46.84,38.04 42.07,41.68 38,45.39C40.99,54.05 47.4,60.86 53.17,67.75C60.06,75.23 66.97,83.21 76.4,87.53C81.21,84.18 85.69,79.34 91.95,79.1C99.73,79.14 106.23,84.23 111.69,89.26C116.55,93.83 121.18,100.05 120.13,107.11C118.62,114.77 111.72,119.45 106.21,124.25C100.8,128.93 93.04,127.94 86.59,126.53C68.95,121.75 54.01,110.43 40.66,98.36C31.12,89.79 23.37,79.48 16.12,68.97C7.46,55.73 0.49,40.62 0,24.56L0,23.7C0.48,19.42 1.55,14.84 4.87,11.82C10.05,6.72 15.72,1.22 23.19,0M12.7,16.68C7.59,20.48 8.46,27.68 9.65,33.15C15.07,55.28 29.23,74.05 44.99,90C55.24,99.62 66.46,108.62 79.4,114.34C85.94,116.54 93.06,119.73 99.99,117.55C104.14,113.73 109.92,110.81 111.48,104.96C109.68,98.6 104.11,94.56 99.02,90.88C96.53,89.08 93.2,87.47 90.14,88.85C86.04,90.66 83.35,94.71 79.14,96.35C75.8,97.3 72.4,95.92 69.45,94.44C61.39,89.9 54.91,83.15 48.62,76.48C44.31,70.83 39.03,65.93 35.32,59.81C32.34,55.14 28.91,50.03 29.48,44.22C29.95,38.25 36.17,35.74 39.21,31.29C40.7,27.45 38.91,23.51 36.66,20.41C33.77,16.27 31.04,11.27 25.93,9.6C20.4,8.83 16.56,13.56 12.7,16.68Z"
android:fillColor="#289ee2"/>
<path
android:pathData="M62.4,19.26C63.66,18.19 65.45,18.64 66.96,18.48C85.96,18.59 104.97,18.37 123.97,18.59C127.84,18.64 128.85,24.08 126.57,26.54C125.51,27.92 123.56,27.62 122.04,27.76C102.99,27.71 83.95,27.8 64.9,27.71C60.37,28.23 58.78,21.4 62.4,19.26Z"
android:fillColor="#289ee2"/>
<path
android:pathData="M81.19,41.07C82.11,38.81 84.94,38.76 87.01,38.73C99.02,38.8 111.04,38.68 123.05,38.78C125.82,38.4 127.65,40.86 128,43.33L128,43.75C127.45,46.06 125.79,48.36 123.11,47.96C110.39,48.01 97.65,48.09 84.93,47.92C81.45,48.12 79.69,43.85 81.19,41.07Z"
android:fillColor="#289ee2"/>
<path
android:pathData="M101.45,61.05C103.01,58.42 106.43,59.07 109,58.98C114.32,59.16 119.67,58.67 124.97,59.24C127.96,60.04 127.72,63.53 127.68,65.99C125.01,69.24 120.65,68.07 116.98,68.25C112.65,68.13 108.3,68.5 103.98,68.07C100.82,67.24 100.68,63.63 101.45,61.05Z"
android:fillColor="#289ee2"/>
</vector>

@ -0,0 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="128dp"
android:height="128dp"
android:viewportWidth="128"
android:viewportHeight="128">
<path
android:pathData="M38.13,0L56.13,0C56.12,5.46 56.12,10.92 56.13,16.37C48.53,16.52 40.57,15.86 33.36,18.68C27.98,20.94 26.26,27.21 26.34,32.55C29.9,32.54 33.45,32.54 37.01,32.65C30.94,40.32 25.03,48.12 19,55.83C12.89,47.78 6.96,39.59 0.79,31.58C4.74,31.6 8.7,31.58 12.65,31.67C13.51,26.18 13.37,20.37 16.23,15.39C20.89,5.61 32.17,0.84 42.54,0.85L38.13,0Z"
android:fillColor="#299de2"/>
<path
android:pathData="M68.48,1.68C69.93,1.22 71.48,1.23 72.99,1.18C87.99,1.19 102.99,1.19 118,1.18C120.33,1.3 123.27,1.02 124.79,3.22C126.63,4.98 127.03,7.54 126.94,9.97C126.87,25.33 127.04,40.69 126.86,56.05C127.08,60.18 122.87,63.18 119.06,63.23C103.71,63.29 88.36,63.22 73.01,63.26C69.85,63.27 65.85,62.45 64.65,59.09C63.87,56.13 63.88,53.03 64.07,49.99C64.06,36.3 64.04,22.62 64.02,8.94C63.85,5.81 65.97,3.24 68.48,1.68M79.57,17.84C79.05,26.21 79.46,34.61 79.32,43C79.28,44.74 79.52,47.59 81.88,47.54C90.26,47.72 98.65,47.59 107.03,47.61C108.94,47.83 110.82,45.98 110.59,44.06C110.49,35.32 110.88,26.56 110.35,17.83C109,17.11 107.66,16.16 106.05,16.37C98.41,16.4 90.77,16.36 83.13,16.38C81.74,16.22 80.69,17.21 79.57,17.84Z"
android:fillColor="#299de2"/>
<path
android:pathData="M5.33,64.67C7.8,63.95 10.4,63.79 12.95,63.97C23.95,64.32 34.96,63.66 45.96,64.11C50.69,64.3 55.54,63.57 60.18,64.71C62.73,66.15 63.92,69.16 64.02,71.98C63.83,87.66 64.28,103.36 63.8,119.04C63.97,123.13 59.77,126.13 55.95,126C48.34,126.41 40.7,125.53 33.08,126.03C25.38,126.69 17.66,125.62 9.96,126.16C7.35,125.91 4.24,125.78 2.51,123.49C0.95,121.73 1.21,119.18 1.07,117C1.12,101.65 0.97,86.29 1.14,70.94C1.01,68.18 3.27,66.11 5.33,64.67M15.67,80.88C15.15,90 15.57,99.15 15.44,108.29C16.46,109.2 17.27,110.83 18.91,110.51C27.71,110.65 36.52,110.47 45.32,110.59C46.31,109.59 47.94,108.69 47.58,107C47.52,98.27 47.83,89.53 47.38,80.81C46.27,80.26 45.25,79.29 43.94,79.34C35.94,79.29 27.93,79.33 19.92,79.32C18.31,79.13 16.97,80.08 15.67,80.88Z"
android:fillColor="#299de2"/>
<path
android:pathData="M90.99,95.35C97.08,87.69 102.99,79.89 109,72.16C115.07,80.24 121.01,88.43 127.21,96.42C123.26,96.4 119.31,96.42 115.37,96.33C114.55,102.06 114.48,108.12 111.42,113.24C106.43,122.64 95.3,127.82 84.87,127.13L90.6,128L72.29,128C72.21,122.52 72.25,117.03 72.28,111.55C79.73,111.59 87.51,112.03 94.6,109.34C100,107.1 101.78,100.81 101.68,95.46C98.11,95.46 94.55,95.46 90.99,95.35Z"
android:fillColor="#299de2"/>
</vector>

@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="128dp"
android:height="128dp"
android:viewportWidth="128"
android:viewportHeight="128">
<path
android:pathData="M27.31,32.13C31.4,20.31 43.54,11.83 56.04,12.1C63.66,11.94 71.23,15.13 76.81,20.24C86.34,28.95 89.54,44.06 83.77,55.7C81.28,61.03 77.16,65.57 72.08,68.54C76.94,70.49 81.48,73.24 85.52,76.58C87.48,78.47 86.7,81.48 85,83.25C84.16,83.35 82.48,83.54 81.64,83.64C77.53,80.63 73.56,77.24 68.61,75.68C60.37,72.76 51.06,72.41 42.95,75.94C30.64,80.63 21.24,92.67 20.32,105.9C20.02,108.56 20.1,111.25 19.69,113.9C18.56,116.74 14.24,116.9 12.79,114.27C11.62,112.02 12.12,109.39 12.18,106.96C12.76,90.18 24.27,74.52 39.91,68.56C27.57,61.58 22.28,45.21 27.31,32.13M50.58,20.74C40.66,23.05 33.09,32.72 33.31,42.94C33.45,51.49 38.86,59.77 46.7,63.22C53.62,66.61 62.22,65.7 68.56,61.43C76.44,56.17 80.68,45.68 77.78,36.51C74.77,25.15 61.98,17.6 50.58,20.74Z"
android:fillColor="#2a9de2"/>
<path
android:pathData="M90.91,75.09C91.58,70.91 98.05,71.27 98.58,75.35C99.01,80.46 98.69,85.61 98.69,90.74C104.12,90.92 109.58,90.43 114.98,91.02C117.44,92.15 117.45,95.17 116.66,97.4C111.06,100.02 104.6,98.31 98.63,98.63C98.33,104.58 99.98,110.99 97.42,116.58C95.2,117.48 92.3,117.44 91.02,115.08C90.43,109.64 90.92,104.16 90.74,98.7C85.61,98.68 80.45,99.01 75.33,98.58C71.24,98.1 70.98,91.45 75.07,90.92C80.31,90.54 85.59,90.8 90.85,90.84C90.79,85.59 90.57,80.33 90.91,75.09Z"
android:fillColor="#2a9de2"/>
</vector>

@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="128dp"
android:height="128dp"
android:viewportWidth="128"
android:viewportHeight="128">
<path
android:pathData="M11.94,7.96C14.88,2.71 21.27,0.56 27,0.71C53.67,0.73 80.35,0.72 107.03,0.71C112.72,0.65 118.95,3.07 121.69,8.36C123.61,11.97 125.88,15.74 125.74,19.98C125.71,48.98 125.7,77.98 125.73,106.98C125.71,111.31 126.09,116.02 123.66,119.84C120.47,124.51 115.19,127.81 109.46,128L24.99,128C19.41,127.74 14.27,124.39 11.53,119.57C9.01,115.75 9.25,111.04 9.23,106.68C5.89,106.85 1.42,105.95 1.06,101.9C0.76,97.44 5.76,96.21 9.28,96.31C9.28,91.44 9.28,86.58 9.27,81.72C7.37,81.67 5.47,81.61 3.57,81.53C2.3,79.66 0.21,77.6 1.35,75.14C2.49,71.87 6.4,71.7 9.29,71.4C9.28,66.73 9.27,62.07 9.29,57.41C6.6,56.9 2.98,57.19 1.61,54.24C0.13,51.88 1.88,49.49 3.22,47.57C5.25,47.29 7.27,46.96 9.29,46.63C9.27,41.92 9.27,37.21 9.29,32.5C6.98,32.17 4.16,32.48 2.45,30.55C0.7,28.91 0.58,25.87 2.25,24.13C3.91,22.03 6.87,22.52 9.21,22.12C9.17,17.29 9.21,12.16 11.94,7.96M19.49,14.74C19.34,17.21 19.26,19.69 19.27,22.17C22.76,21.72 27.28,24 26.58,28.07C25.78,31.37 22.27,32.49 19.24,32.47C19.28,37.05 19.22,41.62 19.32,46.2C22.86,45.55 27.22,48.12 26.59,52.09C25.75,55.46 22.25,56.38 19.24,56.59C19.28,61.08 19.26,65.57 19.25,70.06C23.09,69.23 28.19,72.82 26.18,76.98C25.14,79.93 21.75,79.84 19.21,80.42C19.29,85.19 19.28,89.96 19.23,94.73C22.86,94.43 27.52,96.85 26.51,101.11C25.54,104.28 22.21,104.94 19.3,104.76C19.49,108 18.32,112.29 21.48,114.46C23.02,115.84 25.17,115.55 27.07,115.63C54.4,115.57 81.74,115.64 109.08,115.6C111.35,115.82 113.29,114.31 114.51,112.53C113.95,80.3 114.52,48.01 114.21,15.77C113.83,12.85 111.05,10.52 108.11,10.71C79.97,10.62 51.83,10.84 23.7,10.6C22.14,11.81 20.77,13.24 19.49,14.74Z"
android:fillColor="#2a9de1"/>
<path
android:pathData="M38.78,33.53C40.86,30.31 44.48,28.7 48.02,27.62C50.18,28.31 52.69,28.71 54.15,30.64C57.61,34.9 61.08,39.16 64.53,43.44C66.18,45.27 66.69,47.73 67.37,50.03C66.57,54.58 62.7,57.06 59.1,59.3C62.36,65.04 66.95,69.92 72.13,73.96C72.92,74.71 73.84,74.95 74.91,74.7C77.54,72.33 79.06,68.42 82.93,67.76C87.51,65.96 91.03,70.12 94.43,72.44C98.34,75.85 103.85,78.02 105.73,83.24C107.54,86.91 105.62,91.25 102.89,93.91C98.42,98.21 91.98,99.4 86.01,99.79C79.92,100.24 74.2,97.82 68.47,96.19C55.76,91.19 45.98,80.76 39.6,68.92C37.3,62.48 34.62,55.91 34.74,48.95C34.75,43.58 36.14,38.21 38.78,33.53M44.94,36C40.61,41.66 39.91,49.18 40.95,56.03C42.62,63.61 46.75,70.37 51.55,76.36C55.76,80.63 60.42,84.46 65.25,88C70.86,92.14 77.92,93.84 84.78,94.19C89.85,93.47 95.43,92.86 99.48,89.4C100.57,88.69 100.63,87.32 100.98,86.19C95.55,82.69 91.24,77.52 85.41,74.7C80.72,73.25 79.19,79.01 76.53,81.56C74.51,81.4 72.19,81.79 70.59,80.25C64.44,74.95 58.19,69.45 54.05,62.35C52.8,60.41 53.51,58.06 53.71,55.94C55.95,54.77 58.4,53.84 60.28,52.09C61.91,49.8 60.27,47.13 58.6,45.43C55.65,42 53.13,38.22 50,34.96C48.49,33.2 46.04,34.47 44.94,36Z"
android:fillColor="#2a9de1"/>
</vector>

@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="128dp"
android:height="128dp"
android:viewportWidth="128"
android:viewportHeight="128">
<path
android:pathData="M62.51,0L65.4,0C74.17,0.47 82.99,2.86 90.44,7.59C105.07,17.01 114.63,34.55 112.65,52.09C111.68,61.98 106.2,70.58 100.53,78.45C91.95,90.1 81.35,100.01 70.94,109.96C68.99,111.75 67.34,114.03 64.88,115.14C62.91,115.69 61.36,114.16 60.06,112.94C50.36,103.3 40.02,94.23 31.45,83.52C23.95,74.06 16.28,63.6 15.26,51.16C14.27,38.62 18.75,25.67 27.38,16.48C35.92,6.1 49.28,0.64 62.51,0M53.46,9.64C43.34,12.19 34.08,18.78 29.19,28.1C24.66,36.19 22.51,45.83 24.1,55.03C26.66,64.56 32.44,72.85 38.69,80.35C46.7,89.49 55.24,98.15 63.99,106.59C69.58,101.3 74.92,95.77 80.3,90.27C89.79,80.18 99.56,69.47 103.68,55.93C107.25,39.34 97.88,21.82 83.26,13.84C74.33,8.68 63.46,7.48 53.46,9.64Z"
android:fillColor="#2a9de4"/>
<path
android:pathData="M57.54,19.83C64.78,18.45 72.65,19.93 78.57,24.41C84.71,29.03 89.09,36.29 89.35,44.08C90.08,53.07 85.85,62.31 78.38,67.43C68.57,74.87 53.55,73.88 44.74,65.3C36.94,58.3 34.38,46.54 37.84,36.76C41,28.29 48.57,21.48 57.54,19.83M59.23,28.25C54.31,29.11 49.78,31.93 47.11,36.19C43.56,42.38 44.34,50.64 48.64,56.28C53.83,63.66 64.73,66.15 72.61,61.72C77.98,58.52 80.92,52.19 80.95,46.06C81.22,40.98 80.1,35.29 76.03,31.87C71.52,27.86 64.97,27.05 59.23,28.25Z"
android:fillColor="#2a9de4"/>
<path
android:pathData="M3.36,99.28C9.56,94.56 17.51,93.44 24.97,92.14C27.07,91.88 30.29,91.18 31.32,93.68C32.67,95.56 31.63,98.48 29.45,99.18C22.63,101.01 14.5,100.65 9.2,106C12.3,111.34 18.73,112.86 24.2,114.56C50.16,121.21 77.88,121.2 103.84,114.55C109.27,112.87 115.6,111.34 118.75,106.13C113.52,100.09 104.54,101.99 97.78,99.18C95.52,97.5 96.53,94.59 97.53,92.51C103.72,92.21 109.87,93.55 115.82,95.13C120.78,96.74 126.83,99.01 128,104.79L128,106.7C127.43,112.21 122.29,115.51 117.81,117.86C101.7,126.02 83.27,127.19 65.55,128L61.78,128C44.05,127.1 25.58,125.9 9.55,117.52C5.3,115.22 0.5,111.94 0,106.69L0,105.57C0.3,103.15 1.36,100.76 3.36,99.28Z"
android:fillColor="#2a9de4"/>
</vector>

@ -0,0 +1,24 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="128dp"
android:height="128dp"
android:viewportWidth="128"
android:viewportHeight="128">
<path
android:pathData="M16.3,0L67.22,0C71.56,0.25 75.23,2.77 78.22,5.74C87.75,15.25 97.25,24.79 106.78,34.31C110.64,38.24 113.3,44.12 111.37,49.59C109.55,52.81 104.38,51.68 104.05,47.99C95.34,47.92 86.63,47.99 77.93,47.95C71.31,48.01 64.44,42.77 64.14,35.86C63.88,26.58 64.14,17.28 64.01,7.99C48.29,7.93 32.57,7.98 16.85,7.97C12.03,8.08 8.02,11.99 7.96,16.86C7.96,48.28 7.96,79.7 7.96,111.11C8.08,115.95 11.96,119.96 16.85,120.05C42.96,120.03 69.07,120.05 95.17,120.04C98.13,119.64 101.55,118.57 102.69,115.52C104.54,113.09 103.22,108.61 106.85,107.59C110.23,106.58 112.8,110.5 111.69,113.45C110.84,121.37 103.76,128.08 95.71,128L16.28,128C7.68,128.05 0.67,120.53 0,112.18L0,16.07C0.53,7.64 7.6,-0.09 16.3,0M72.01,11.22C71.92,18.88 71.98,26.53 71.97,34.19C72.03,37.4 74.57,40.12 77.86,40.03C85.42,39.95 93.01,40.26 100.56,39.86C90.87,30.5 81.61,20.68 72.01,11.22Z"
android:fillColor="#299de3"/>
<path
android:pathData="M19.18,24.37C30.33,24.13 41.56,24.22 52.72,24.32C56.81,24.72 57.03,31.43 52.97,32.07C41.99,32.34 30.98,32.12 19.99,32.19C15.4,32.46 14.79,25.05 19.18,24.37Z"
android:fillColor="#299de3"/>
<path
android:pathData="M19.2,48.34C30.1,48 41.06,48.34 51.98,48.18C56.53,47.91 57.45,55.26 52.97,56.04C41.97,56.3 30.95,56.09 19.94,56.15C15.39,56.39 14.81,48.98 19.2,48.34Z"
android:fillColor="#299de3"/>
<path
android:pathData="M64.12,61.85C64.03,58.27 67.58,55.77 70.94,56.04C87.94,56.07 104.94,55.97 121.94,56.09C125.21,56.17 127.94,59.06 128,62.29L128,97.68C127.84,101.22 124.48,103.92 121.01,103.71C104.04,103.7 87.06,103.77 70.09,103.68C66.9,103.67 64.05,101.07 64.1,97.8C64.02,85.82 63.97,73.83 64.12,61.85M78.21,64C84.09,69.9 90.09,75.68 96,81.55C101.9,75.67 107.91,69.9 113.8,64.01C101.93,63.93 90.07,63.94 78.21,64M72.01,68.85C71.96,77.82 71.9,86.79 72.04,95.76C88.01,95.74 103.99,95.76 119.97,95.76C120.09,86.84 120.05,77.92 119.99,69C112.01,76.94 104.02,84.88 96.01,92.79C87.96,84.86 80.04,76.8 72.01,68.85Z"
android:fillColor="#299de3"/>
<path
android:pathData="M18.35,72.51C19.55,72.16 20.78,72.02 22.02,72.1C32.3,72.34 42.63,71.93 52.88,72.3C56.89,72.77 56.93,79.43 52.95,80.02C41.95,80.25 30.93,80.06 19.92,80.11C15.85,80.24 14.73,74.08 18.35,72.51Z"
android:fillColor="#299de3"/>
<path
android:pathData="M19.17,96.25C29.77,95.9 40.44,96.34 51.06,96.04C52.77,96.15 54.94,96.46 55.56,98.33C56.88,100.85 54.95,104.2 52.04,104.07C41.32,104.07 30.61,104.09 19.89,104.06C15.43,104.2 14.78,96.9 19.17,96.25Z"
android:fillColor="#299de3"/>
</vector>

@ -0,0 +1,21 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="128dp"
android:height="128dp"
android:viewportWidth="128"
android:viewportHeight="128">
<path
android:pathData="M103.15,0L104.8,0C106.39,0.33 107.87,1.31 108.06,3.07C108.56,8.48 108.06,13.93 108.3,19.36C113.91,19.46 119.62,18.74 125.18,19.67C128.62,20.78 128.21,25.98 124.93,27.01C119.37,27.56 113.76,27.13 108.17,27.18C108.14,32.73 108.59,38.32 108,43.84C107.42,47.1 102.53,47.33 100.88,44.86C100.09,39.03 100.68,33.09 100.58,27.21C95.35,27.19 90.12,27.38 84.91,27.17C82.87,27.1 80.72,25.16 81.08,23C81.07,20.93 83.18,19.43 85.1,19.33C90.24,19.09 95.39,19.31 100.53,19.3C100.54,13.52 100.38,7.75 100.69,1.98C101.5,1.31 102.32,0.65 103.15,0Z"
android:fillColor="#299de3"/>
<path
android:pathData="M7.23,20.12C9.82,18.33 12.76,16.71 16,16.81C31.32,16.68 46.64,16.82 61.96,16.74C63.57,16.79 65.7,16.65 66.63,18.27C68.7,20.69 66.93,24.88 63.61,24.66C48.07,24.9 32.5,24.62 16.96,24.8C12.53,24.46 8.94,28.64 9.03,32.87C8.98,49.27 8.98,65.68 9.03,82.08C8.99,85.99 11.69,89.89 15.77,90.28C22.83,91.08 30.01,89.84 37.04,90.98C41.85,93.15 45.13,97.57 49.3,100.68C53.13,103.58 56.09,107.79 60.74,109.48C66.07,105.25 71.13,100.67 76.37,96.33C79.17,93.92 82.09,90.99 86.04,90.88C92.01,90.54 98,90.93 103.98,90.72C107.95,90.56 111.98,87.31 111.93,83.12C112.24,75.41 111.88,67.68 112.08,59.97C111.73,56.78 116.04,54.42 118.46,56.68C120.41,58.62 119.91,61.56 119.98,64.04C119.82,70.86 120.22,77.7 119.78,84.51C119.41,90.97 114.4,96.85 108.02,98.05C100.81,99.69 93.31,98.06 86.04,99.01C79.15,104.13 72.94,110.15 66.13,115.38C62.37,118.18 56.87,117.52 53.34,114.67C47.12,109.51 41.27,103.87 34.89,98.91C26.98,98.08 18.77,100 11.06,97.52C4.81,95.15 0.9,88.64 1.02,82.05C0.99,65.66 0.98,49.26 1.02,32.88C1.43,28.12 2.96,22.81 7.23,20.12Z"
android:fillColor="#299de3"/>
<path
android:pathData="M57.55,51.66C60.92,50.15 65.32,51.86 66.79,55.25C70.03,60.53 62.75,67.6 57.51,64.31C52.27,62.17 52.29,53.76 57.55,51.66Z"
android:fillColor="#299de3"/>
<path
android:pathData="M88.55,51.69C93.32,49.27 98.83,54.1 98.32,59C97.61,61.23 96.28,63.7 93.97,64.57C89.07,66.95 82.69,61.11 84.86,56.03C85.36,54.09 86.78,52.56 88.55,51.69Z"
android:fillColor="#299de3"/>
<path
android:pathData="M26.32,52.26C30.17,49.74 36.02,52.31 36.56,56.93C37.6,61.69 32.76,66.54 27.96,64.95C22.18,63.81 20.88,54.73 26.32,52.26Z"
android:fillColor="#299de3"/>
</vector>

@ -0,0 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="128dp"
android:height="128dp"
android:viewportWidth="128"
android:viewportHeight="128">
<path
android:pathData="M1.61,6.87C3.57,5.71 5.64,4.44 8.03,4.72C45.36,4.74 82.7,4.73 120.04,4.72C122.95,4.46 126.28,5.96 127.05,8.98C127.46,11.29 127.26,13.65 127.29,15.98C127.25,43.69 127.31,71.39 127.27,99.1C127.41,101.15 126.04,102.8 125.11,104.48C122.75,104.71 120.38,104.81 118.02,104.79C79.95,104.64 41.87,104.95 3.81,104.64C3.27,104.24 2.19,103.44 1.65,103.04C0.36,99.84 0.74,96.36 0.71,93C0.73,68.01 0.71,43.01 0.72,18.02C0.76,14.29 0.32,10.46 1.61,6.87M11.27,15.47C11.33,41.84 11.33,68.22 11.27,94.6C46.42,94.56 81.58,94.55 116.73,94.6C116.67,68.22 116.66,41.84 116.73,15.47C81.58,15.44 46.42,15.44 11.27,15.47Z"
android:fillColor="#299de5"/>
<path
android:pathData="M75.96,29.39C83.71,32.41 89.31,39.2 92.34,46.79C93.55,49.73 93.53,52.93 94.1,56.02C93.48,60.03 93.57,64.17 91.86,67.95C87.92,77.05 79.74,83.91 70.1,86.21C66.04,86.59 61.95,86.58 57.89,86.22C48.73,83.96 40.75,77.64 36.63,69.13C34.99,65.25 34.22,61.15 33.96,56.97C34.34,54.66 34.44,52.32 34.63,49.99C35.28,48.74 35.74,47.41 36.23,46.09C38.88,38.6 44.76,32.34 52.08,29.24C52.55,30.89 53.14,32.5 53.79,34.08C54.66,35.67 55.36,37.35 55.85,39.1C51.48,41.02 47.87,44.59 46.22,49.11C45.81,50.4 45.41,51.7 45.01,53C44.46,55.64 44.53,58.34 44.75,61.01C46.3,65.91 49.31,70.28 53.56,73.22C59.77,77.07 68.16,77.08 74.36,73.2C78.66,70.3 81.63,65.79 83.24,60.9C83.44,58.29 83.6,55.63 82.95,53.06C82.6,51.73 82.24,50.4 81.82,49.09C80.12,44.59 76.51,40.96 72.1,39.09C72.79,36.93 73.71,34.86 74.77,32.86C75.19,31.71 75.58,30.55 75.96,29.39Z"
android:fillColor="#299de5"/>
<path
android:pathData="M20.67,111.65C47.56,111.73 74.46,111.66 101.35,111.68C101.29,114.96 101.28,118.25 101.4,121.53L100.5,121.5L100.54,122.37C73.99,122.03 47.41,122.58 20.88,122.1C20.49,118.63 20.76,115.13 20.67,111.65Z"
android:fillColor="#299de5"/>
<path
android:pathData="M58.55,28.44C62.17,28.55 65.78,28.56 69.4,28.46C69.28,35.81 69.29,43.16 69.39,50.51C65.78,50.42 62.17,50.42 58.56,50.52C58.69,43.16 58.7,35.8 58.55,28.44Z"
android:fillColor="#da1d05"/>
</vector>

@ -33,7 +33,7 @@
android:id="@+id/iv_arrow"
android:layout_width="@dimen/card_view_image_size"
android:layout_height="@dimen/card_view_image_size"
android:padding="@dimen/config_padding_8dp"
android:padding="4dp"
android:scaleType="fitCenter"
android:src="@drawable/auto_task_icon_left_arrow"
tools:ignore="ContentDescription,ImageContrastCheck" />
@ -92,46 +92,24 @@
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:id="@+id/tv_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:gravity="start"
android:maxEms="10"
android:maxLines="1"
android:textSize="@dimen/text_size_medium"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:gravity="start"
android:maxLines="2"
android:textSize="@dimen/text_size_mini" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="bottom|end"
android:orientation="vertical">
<TextView
android:id="@+id/tv_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end"
android:textSize="@dimen/text_size_small" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_name"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:ellipsize="end"
android:gravity="start"
android:maxEms="10"
android:maxLines="1"
android:textSize="@dimen/text_size_medium"
android:textStyle="bold" />
<ImageView
android:id="@+id/iv_copy"
android:layout_width="@dimen/card_view_image_size"
@ -164,6 +142,32 @@
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_description"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:ellipsize="end"
android:gravity="start"
android:maxLines="2"
android:paddingEnd="@dimen/config_padding_10dp"
android:textSize="@dimen/text_size_mini"
tools:ignore="RtlSymmetry" />
<TextView
android:id="@+id/tv_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:textSize="@dimen/text_size_small" />
</LinearLayout>
</LinearLayout>
</LinearLayout>

@ -105,6 +105,7 @@
android:id="@+id/layout_frpcs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/config_margin_5dp"
android:orientation="vertical" />
</LinearLayout>

@ -59,8 +59,7 @@
<RadioGroup
android:id="@+id/rg_http_server_state"
style="@style/rg_style"
android:orientation="horizontal"
android:paddingBottom="@dimen/config_padding_5dp">
android:orientation="horizontal">
<RadioButton
android:id="@+id/rb_start_server"

@ -107,6 +107,7 @@
android:id="@+id/layout_rules"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/config_margin_5dp"
android:orientation="vertical" />
</LinearLayout>

@ -107,6 +107,7 @@
android:id="@+id/layout_senders"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/config_margin_5dp"
android:orientation="vertical" />
</LinearLayout>

@ -11,7 +11,8 @@
android:id="@+id/iv_setting_icon"
android:layout_width="@dimen/card_view_image_size"
android:layout_height="@dimen/card_view_image_size"
android:padding="@dimen/card_view_image_padding"
android:paddingStart="0dp"
android:paddingEnd="3dp"
android:scaleType="fitCenter"
tools:ignore="ContentDescription" />

Loading…
Cancel
Save