Skip to content

Commit

Permalink
Merge pull request crimera#342 from monefiera/main
Browse files Browse the repository at this point in the history
Get back twitter home icon
  • Loading branch information
crimera authored Aug 13, 2024
2 parents 7aa2958 + 96a00c6 commit 3a92cb3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ object BringBackTwitterResourcePatch : ResourcePatch() {

val drawableIcons = arrayOf(
"ic_vector_twitter",
"ic_vector_home",
"ic_vector_twitter_white",
"ic_vector_home_stroke",
"splash_screen_icon"
).map { "$it.xml" }.toTypedArray()

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff0f1419" android:pathData="M12,1.696 L0.622,8.807l1.06,1.696L3,9.679V19.5C3,20.881 4.119,22 5.5,22h13c1.381,0 2.5,-1.119 2.5,-2.5V9.679l1.318,0.824 1.06,-1.696L12,1.696ZM12,16.5c-1.933,0 -3.5,-1.567 -3.5,-3.5s1.567,-3.5 3.5,-3.5 3.5,1.567 3.5,3.5 -1.567,3.5 -3.5,3.5Z" />
</vector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff0f1419" android:pathData="M12,9c-2.209,0 -4,1.791 -4,4s1.791,4 4,4 4,-1.791 4,-4 -1.791,-4 -4,-4ZM12,15c-1.105,0 -2,-0.895 -2,-2s0.895,-2 2,-2 2,0.895 2,2 -0.895,2 -2,2ZM12,1.696L0.622,8.807l1.06,1.696L3,9.679L3,19.5C3,20.881 4.119,22 5.5,22h13c1.381,0 2.5,-1.119 2.5,-2.5L21,9.679l1.318,0.824 1.06,-1.696L12,1.696ZM19,19.5c0,0.276 -0.224,0.5 -0.5,0.5h-13c-0.276,0 -0.5,-0.224 -0.5,-0.5L5,8.429l7,-4.375 7,4.375L19,19.5Z" />
</vector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M23.643,4.937c-0.835,0.37 -1.732,0.62 -2.675,0.733 0.962,-0.576 1.7,-1.49 2.048,-2.578 -0.9,0.534 -1.897,0.922 -2.958,1.13 -0.85,-0.904 -2.06,-1.47 -3.4,-1.47 -2.572,0 -4.658,2.086 -4.658,4.66 0,0.364 0.042,0.718 0.12,1.06 -3.873,-0.195 -7.304,-2.05 -9.602,-4.868 -0.4,0.69 -0.63,1.49 -0.63,2.342 0,1.616 0.823,3.043 2.072,3.878 -0.764,-0.025 -1.482,-0.234 -2.11,-0.583v0.06c0,2.257 1.605,4.14 3.737,4.568 -0.392,0.106 -0.803,0.162 -1.227,0.162 -0.3,0 -0.593,-0.028 -0.877,-0.082 0.593,1.85 2.313,3.198 4.352,3.234 -1.595,1.25 -3.604,1.995 -5.786,1.995 -0.376,0 -0.747,-0.022 -1.112,-0.065 2.062,1.323 4.51,2.093 7.14,2.093 8.57,0 13.255,-7.098 13.255,-13.254 0,-0.2 -0.005,-0.402 -0.014,-0.602 0.91,-0.658 1.7,-1.477 2.323,-2.41z" />
</vector>

0 comments on commit 3a92cb3

Please sign in to comment.