mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Killed the bird
long live X, glory to X, I love and worship the X
This commit is contained in:
parent
e31ad1cc1e
commit
2e7fbf2059
4 changed files with 13 additions and 13 deletions
|
@ -40,7 +40,7 @@ class AboutLinksPreference @JvmOverloads constructor(context: Context, attrs: At
|
|||
compatToolTipText = (contentDescription.toString())
|
||||
setOnClickListener { context.openInBrowser("https://discord.gg/tachiyomi") }
|
||||
}
|
||||
holder.findViewById(R.id.btn_twitter).apply {
|
||||
holder.findViewById(R.id.btn_x).apply {
|
||||
compatToolTipText = (contentDescription.toString())
|
||||
setOnClickListener { context.openInBrowser("https://twitter.com/tachiyomiorg") }
|
||||
}
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@android:color/black"
|
||||
android:pathData="M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z" />
|
||||
</vector>
|
9
app/src/main/res/drawable/ic_x_24dp.xml
Normal file
9
app/src/main/res/drawable/ic_x_24dp.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@android:color/black"
|
||||
android:pathData="M13.8,10.5l7.1,-8h-1.7l-6.1,7l-4.9,-7H2.5l7.4,10.5l-7.4,8.4h1.7l6.5,-7.4l5.2,7.4h5.7L13.8,10.5zM4.8,3.7h2.6l11.8,16.6h-2.6L4.8,3.7z"/>
|
||||
</vector>
|
|
@ -35,13 +35,13 @@
|
|||
tools:ignore="HardcodedText" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn_twitter"
|
||||
android:id="@+id/btn_x"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="Twitter"
|
||||
android:contentDescription="X"
|
||||
android:padding="16dp"
|
||||
android:src="@drawable/ic_twitter_24dp"
|
||||
android:src="@drawable/ic_x_24dp"
|
||||
app:tint="?attr/colorAccent"
|
||||
tools:ignore="HardcodedText" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue