This commit is contained in:
Believethehype
2023-04-09 05:31:31 +02:00
parent cea9cdcd34
commit 09bad79870
2 changed files with 114 additions and 1 deletions
@@ -14,7 +14,7 @@ fun checkForHashtagWithIcon(tag: String): HashtagIcon? {
"plebs", "pleb", "plebchain" -> HashtagIcon(R.drawable.plebs, "Pleb", Color.Unspecified, Modifier.padding(2.dp, 2.dp, 0.dp, 1.dp))
"coffee", "coffeechain" -> HashtagIcon(R.drawable.coffee, "Coffee", Color.Unspecified, Modifier.padding(2.dp, 2.dp, 0.dp, 0.dp))
"skullofsatoshi" -> HashtagIcon(R.drawable.skull, "SkullofSatoshi", Color.Unspecified, Modifier.padding(2.dp, 1.dp, 0.dp, 0.dp))
"footstr" -> HashtagIcon(R.drawable.footstr, "Footstr", Color.Unspecified, Modifier.padding(0.dp, 1.dp, 0.dp, 0.dp))
else -> null
}
}
+113
View File
@@ -0,0 +1,113 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#9C59FF"
android:strokeWidth="1"
android:pathData="M203,40.5324 C191.896,43.1779,184.797,54.4216,182.924,65 C179.184,86.1197,194.847,108.785,218,103.471 C246.266,96.9822,246.109,48.9772,219,40.8002 C214.334,39.3929,207.732,39.4051,203,40.5324 Z" />
<path
android:fillColor="#ffffff"
android:strokeWidth="1"
android:pathData="M185,56 L186,57 L185,56 Z" />
<path
android:fillColor="#9C59FF"
android:strokeWidth="1"
android:pathData="M262,56.6528 C251.86,59.8373,248.638,73.7052,254.653,81.9568 C258.908,87.7936,267.268,89.4613,274,87.3472 C283.948,84.223,287.279,70.1854,281.347,62.0432 C277.094,56.2056,268.73,54.5392,262,56.6528 M305.001,60.5687 C294.899,63.3598,291.048,76.5977,296.703,84.9954 C300.939,91.286,308.79,93.4964,316,91.4275 C326.038,88.547,329.934,75.3769,324.297,67.0046 C320.031,60.6689,312.243,58.5677,305.001,60.5687 Z" />
<path
android:fillColor="#ffffff"
android:strokeWidth="1"
android:pathData="M299,63 L300,64 L299,63 M322,64 L323,65 L322,64 M251,72 L252,73 L251,72 Z" />
<path
android:fillColor="#9C59FF"
android:strokeWidth="1"
android:pathData="M340.001,76.7029 C330.104,80.0667,326.937,93.7308,332.854,101.906 C336.992,107.623,345.418,109.414,352,107.347 C361.69,104.304,365.786,91.3414,360.272,83.0154 C356.036,76.6183,347.189,74.2597,340.001,76.7029 Z" />
<path
android:fillColor="#ffffff"
android:strokeWidth="1"
android:pathData="M322,87 L323,88 L322,87 M187,90 L188,91 L187,90 M194,98 L195,99 L194,98 M360,100 L361,101 L360,100 Z" />
<path
android:fillColor="#9C59FF"
android:strokeWidth="1"
android:pathData="M221,217 L218,211 C232.523,220.799,247.617,234.158,248.909,253 C249.657,263.909,243.392,276.629,248.92,286.996 C252.161,293.075,258.481,296.296,264,300.001 C276.356,308.294,291.955,321.233,286.956,338 C285.968,341.314,284.409,344.252,282.316,347 C269.709,363.551,252.111,376.013,237,390.09 C223.97,402.228,213.491,415.036,203.946,430 C199.748,436.581,195.027,442.873,190.2,449 C188.191,451.55,185.188,454.478,186.465,458 C189.032,465.077,198.874,471.924,205,475.771 C212.564,480.521,223.806,486.458,233,486.491 C237.55,486.507,242.746,484.142,247,482.655 C267.321,475.552,282.08,459.845,291.741,441 C304.01,417.068,307.664,390.331,310.17,364 C313.01,334.155,314.343,302.776,304.305,274 C297.101,253.349,282.058,237.82,271.59,219 C267.127,210.976,261.818,199.389,264.649,190 C265.8,186.184,268.434,182.883,271.093,180.001 C273.742,177.13,276.603,174.335,280,172.363 C294.617,163.88,310.913,173.897,324,180.745 C330.276,184.028,341.572,191.901,348.606,186.258 C352.826,182.872,352.263,175.818,351.91,171 C350.808,155.977,340.515,141.468,331.576,130 C329.111,126.839,317.94,117.253,321,114 C314.305,108.992,304.065,107.578,296,106.001 C268.595,100.642,238.987,105.472,214,117.756 C203.128,123.101,190.893,128.261,185.519,140 C174.015,165.123,194.314,192.694,211.985,208.424 C215.112,211.207,217.681,214.462,221,217 M374.001,104.653 C356.147,110.28,367.118,138.125,384.999,131.258 C394.777,127.503,396.202,113.947,388.891,107.228 C385.066,103.713,378.871,103.118,374.001,104.653 Z" />
<path
android:fillColor="#ffffff"
android:strokeWidth="1"
android:pathData="M298,106 L299,107 L298,106 M340,107 L341,108 L340,107 Z" />
<path
android:fillColor="#9C59FF"
android:strokeWidth="1"
android:pathData="M318,114 C320.695,119.778,326.03,124.028,329.996,129 C338.136,139.204,345.977,150.432,349.971,163 C351.984,169.332,354.095,179.116,349.347,184.772 C342.961,192.379,331.453,184.121,325,180.745 C307.285,171.476,287.356,161.528,271.093,179.004 C268.201,182.112,265.345,185.771,264.394,190 C262.036,200.483,267.141,212.103,272.154,221 C282.002,238.481,295.858,253.062,303.189,272 C313.039,297.446,312.966,325.227,311.09,352 C308.04,395.511,301.271,449.564,261,475.453 C253.02,480.583,244.045,483.433,235,486 C242.741,491.29,257.189,489.221,266,488 C274.57,486.812,283.232,484.617,291,480.73 C322.401,465.019,329.998,428.026,330,396 C330.001,373.294,328.956,350.511,332.272,328 C333.462,319.918,335.147,311.922,337.127,304 C338.122,300.016,340.203,295.132,339.261,291 C337.782,284.513,331.731,278.352,328.025,273 C320.846,262.633,313.487,252.389,306.341,242 C303.002,237.145,298.917,232.423,296.529,227 C291.26,215.038,298.343,201.296,311,197.638 C327.129,192.977,341.257,213.261,351,223 C354.676,226.675,357.898,230.568,363,232 C374.86,201.421,386.034,162.952,359.91,136.039 C354.799,130.775,348.383,126.431,342,122.862 C334.689,118.774,326.509,114.2,318,114 Z" />
<path
android:fillColor="#eb8e45"
android:strokeWidth="1"
android:pathData="M375,168 C376.69,189.413,373.545,214.757,361,233 C364.668,236.713,368.948,243.013,374.985,241.548 C380.185,240.286,381.898,234.404,383.576,230 C387.595,219.444,391.743,208.866,394.859,198 C395.841,194.574,398.301,189.681,397.799,186.09 C397.381,183.101,394.178,181.131,391.999,179.425 C386.688,175.267,381.101,170.899,375,168 Z" />
<path
android:fillColor="#ffff00"
android:strokeWidth="1"
android:pathData="M383,173 L384,174 L383,173 Z" />
<path
android:fillColor="#fc984a"
android:strokeWidth="1"
android:pathData="M398,186 C393.855,200.606,388.978,214.813,383.576,229 C381.794,233.679,379.284,241.651,373.003,241.493 C367.02,241.343,360.851,231.851,357,228 C345.436,216.436,327.413,189.992,308,198.367 C304.042,200.075,301.035,203.037,298,206 C310.068,227.676,329.024,245.673,339.89,268 C344.642,277.763,345.457,287.852,348.745,298 C352.355,309.14,358.924,319.093,368,326.535 C387.058,342.163,412.093,342.012,434,351.232 C448.3,357.251,457.739,369.031,468.093,380.015 C474.342,386.643,481.744,392.539,487,400 C489.903,393.081,488,382.48,488,375 L488,321 C488,313.307,490.319,300.997,486.821,294 C483.686,287.73,476.698,282.333,472.131,277 C463.254,266.632,454.945,255.644,447.811,244 C438.006,227.996,429.465,213.401,416,200.001 C410.815,194.84,405.041,188.393,398,186 Z" />
<path
android:fillColor="#ffffff"
android:strokeWidth="1"
android:pathData="M195,190 L196,191 L195,190 Z" />
<path
android:fillColor="#eb8e45"
android:strokeWidth="1"
android:pathData="M297,207 C295.681,210.538,294.182,214.159,294.181,218 C294.177,229.009,303.132,238.562,309.141,247 C317.397,258.593,325.659,270.227,333.656,282 C347.046,301.715,344.78,326.849,361.174,344.996 C381.874,367.911,413.648,364.471,439,378.312 C458.927,389.192,469.721,411.124,488,424 C488,416.846,489.831,406.737,487.258,400 C484.738,393.404,476.874,387.889,472.001,383 C459.872,370.831,449.697,356.67,433,350.439 C410.68,342.109,385.523,341.385,367,324.826 C358.53,317.254,352.25,307.814,348.745,297 C345.457,286.852,344.642,276.763,339.89,267 C335.883,258.766,329.953,251.476,324.72,244 C316.108,231.696,307.4,219.449,299,207 L297,207 Z" />
<path
android:fillColor="#ffffff"
android:strokeWidth="1"
android:pathData="M212,208 L213,209 L212,208 M213,209 L214,210 L213,209 M214,210 L215,211 L214,210 M215,211 L216,212 L215,211 Z" />
<path
android:fillColor="#9C59FF"
android:strokeWidth="1"
android:pathData="M218,211 C222.095,221.383,228.128,230.374,227.981,242 C227.676,266.207,213.352,289.122,204.6,311 C201.533,318.668,197.725,326.7,197,335 C208.195,331.176,218.621,323.934,229,318.309 C234.958,315.079,240.931,311.217,248,312.211 C261.905,314.165,271.629,330.365,264.467,343 C259.717,351.379,250.263,357.053,243,363.081 C229.717,374.105,213.788,384.117,202.289,397.015 C196.58,403.418,193.327,410.659,189.127,418 C186.018,423.435,178.731,429.618,178.238,436 C177.745,442.375,181.66,449.296,184,455 C189.098,452.516,192.294,447.524,195.575,443 C201.718,434.53,207.023,425.549,213.036,417 C227.971,395.769,250.255,379.869,268.961,362.17 C278.999,352.672,290.09,342.108,287.787,327 C285.823,314.115,272.949,305.303,263,298.667 C257.056,294.702,250.673,291.04,247.995,284 C244.427,274.622,249.178,263.624,248.985,254 C248.617,235.662,233.958,218.549,218,211 Z" />
<path
android:fillColor="#ffff00"
android:strokeWidth="1"
android:pathData="M426,211 L427,212 L426,211 Z" />
<path
android:fillColor="#ffffff"
android:strokeWidth="1"
android:pathData="M216,212 L217,213 L216,212 Z" />
<path
android:fillColor="#ffff00"
android:strokeWidth="1"
android:pathData="M441,233 L442,234 L441,233 M456,257 L457,258 L456,257 Z" />
<path
android:fillColor="#ffffff"
android:strokeWidth="1"
android:pathData="M224,262 L225,263 L224,262 M218,278 L219,279 L218,278 Z" />
<path
android:fillColor="#eb8e45"
android:strokeWidth="1"
android:pathData="M201,334 L196,335 C199.26,323.081,204.72,311.352,209.579,300 C211.839,294.718,214.986,289.687,216,284 C208.851,285.071,201.858,288.377,195,290.667 C192.427,291.526,188.71,292.165,187.024,294.51 C183.283,299.714,183.835,310.763,182.269,317 C180.882,322.528,177.435,332.677,180.18,337.981 C185.256,347.79,196.454,339.89,201,334 Z" />
<path
android:fillColor="#fc984a"
android:strokeWidth="1"
android:pathData="M24,383 L24,482 C39.7403,475.447,55.2503,466.377,69.9599,457.765 C74.04,455.377,76.6474,451.102,81.0147,449.228 C86.5329,446.861,93.1745,448.385,99,447.115 C114.589,443.717,129.414,438.937,143,430.305 C151.1,425.158,158.827,419.576,165.576,412.715 C175.738,402.382,183.251,391.053,196,383.453 C205.423,377.836,215.733,373.481,226,369.681 C231.303,367.719,238.287,366.698,243,363.697 C250.821,358.716,261.703,350.683,265.467,342 C271.252,328.651,261.516,312.788,247,312.044 C240.091,311.69,234.926,314.634,229,317.78 C219.476,322.836,210.147,329.307,200,333 C197.513,341.64,181.847,346.987,179.527,335 C178.952,332.03,180.406,328.913,180.83,326 C182.383,315.345,185.91,304.843,186,294 C168.369,298.813,148.093,304.635,135.04,318.015 C124.215,329.111,119.994,344.006,107,353.511 C94.4198,362.712,77.7367,366.281,63,370.72 C50.0097,374.633,37.2186,379.942,24,383 Z" />
<path
android:fillColor="#eb8e45"
android:strokeWidth="1"
android:pathData="M74,456 C99.7466,447.767,127.283,456.943,153,449.229 C167.761,444.801,179.088,434.777,187.302,422 C192.751,413.523,196.213,404.556,203.171,397.015 C214.08,385.189,230.459,377.964,240,365 C233.105,366.018,226.455,369.04,220,371.601 C207.391,376.604,194.385,382.397,184,391.3 C176.665,397.589,171.527,405.902,164.715,412.715 C153.44,423.989,139.536,432.712,125,439.138 C115.444,443.363,104.426,446.71,94,447.826 C85.8669,448.697,77.7116,446.864,74,456 Z" />
<path
android:fillColor="#ffffff"
android:strokeWidth="1"
android:pathData="M323,441 L324,442 L323,441 Z" />
<path
android:fillColor="#ffffff"
android:strokeWidth="1"
android:pathData="M192,465 L193,466 L192,465 Z" />
<path
android:fillColor="#ffffff"
android:strokeWidth="1"
android:pathData="M224,484 L225,485 L224,484 M269,487 L270,488 L269,487 Z" />
</vector>