Skip to content

Commit

Permalink
update the twitter logo
Browse files Browse the repository at this point in the history
  • Loading branch information
criticalAY committed Jan 18, 2024
1 parent 65c9f91 commit f7e1baf
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ object HelpDialog {
LinkItem(R.string.help_item_mailing_list, R.drawable.ic_email_black_24dp, UsageAnalytics.Actions.OPENED_MAILING_LIST, R.string.link_forum),
LinkItem(R.string.help_item_discord, R.drawable.discord, UsageAnalytics.Actions.OPENED_DISCORD, R.string.link_discord),
LinkItem(R.string.help_item_facebook, R.drawable.facebook, UsageAnalytics.Actions.OPENED_FACEBOOK, R.string.link_facebook),
LinkItem(R.string.help_item_twitter, R.drawable.twitter, UsageAnalytics.Actions.OPENED_TWITTER, R.string.link_twitter)
LinkItem(R.string.help_item_twitter, R.drawable.ic_twitter, UsageAnalytics.Actions.OPENED_TWITTER, R.string.link_twitter)
),
ItemHeader(
R.string.help_title_privacy,
Expand Down
32 changes: 32 additions & 0 deletions AnkiDroid/src/main/res/drawable/ic_twitter.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!--
~ Copyright (c) 2024 Ashish Yadav <[email protected]>
~
~ This program is free software; you can redistribute it and/or modify it under
~ the terms of the GNU General Public License as published by the Free Software
~ Foundation; either version 3 of the License, or (at your option) any later
~ version.
~
~ This program is distributed in the hope that it will be useful, but WITHOUT ANY
~ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
~ PARTICULAR PURPOSE. See the GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see <http://www.gnu.org/licenses/>.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24.54dp"
android:viewportHeight="1227"
android:viewportWidth="1200">

<path
android:fillColor="#09c"
android:pathData="M253,157.3L947,157.3A112,112 0,0 1,1059 269.3L1059,957.7A112,112 0,0 1,947 1069.7L253,1069.7A112,112 0,0 1,141 957.7L141,269.3A112,112 0,0 1,253 157.3z"
android:strokeWidth="0" />

<path
android:fillColor="#fff"
android:pathData="M665.7,559.4L923,260.4l-61,0L638.7,520L460.3,260.4L254.5,260.4L524.3,653L254.5,966.6l61,0L551.3,692.4L739.7,966.6l205.8,0L665.7,559.4l0,0ZM582.2,656.5l-27.3,-39.1L337.4,306.3l93.6,0L606.6,557.4l27.3,39.1l228.1,326.3l-93.6,0L582.2,656.5l0,-0Z" />

</vector>

32 changes: 0 additions & 32 deletions AnkiDroid/src/main/res/drawable/twitter.xml

This file was deleted.

0 comments on commit f7e1baf

Please sign in to comment.