about: remove yrliet sponsor
This commit is contained in:
parent
4d1df85b5c
commit
3a24116b53
3 changed files with 0 additions and 17 deletions
|
@ -68,9 +68,6 @@ class AboutFragment : ViewBindingFragment<FragmentAboutBinding>() {
|
||||||
binding.aboutLicenses.setOnClickListener { requireContext().openInBrowser(LINK_LICENSES) }
|
binding.aboutLicenses.setOnClickListener { requireContext().openInBrowser(LINK_LICENSES) }
|
||||||
binding.aboutProfile.setOnClickListener { requireContext().openInBrowser(LINK_PROFILE) }
|
binding.aboutProfile.setOnClickListener { requireContext().openInBrowser(LINK_PROFILE) }
|
||||||
binding.aboutDonate.setOnClickListener { requireContext().openInBrowser(LINK_DONATE) }
|
binding.aboutDonate.setOnClickListener { requireContext().openInBrowser(LINK_DONATE) }
|
||||||
binding.aboutSupporterYrliet.setOnClickListener {
|
|
||||||
requireContext().openInBrowser(LINK_YRLIET)
|
|
||||||
}
|
|
||||||
binding.aboutSupportersPromo.setOnClickListener {
|
binding.aboutSupportersPromo.setOnClickListener {
|
||||||
requireContext().openInBrowser(LINK_DONATE)
|
requireContext().openInBrowser(LINK_DONATE)
|
||||||
}
|
}
|
||||||
|
@ -100,6 +97,5 @@ class AboutFragment : ViewBindingFragment<FragmentAboutBinding>() {
|
||||||
const val LINK_LICENSES = "$LINK_WIKI/Licenses"
|
const val LINK_LICENSES = "$LINK_WIKI/Licenses"
|
||||||
const val LINK_PROFILE = "https://github.com/OxygenCobalt"
|
const val LINK_PROFILE = "https://github.com/OxygenCobalt"
|
||||||
const val LINK_DONATE = "https://github.com/sponsors/OxygenCobalt"
|
const val LINK_DONATE = "https://github.com/sponsors/OxygenCobalt"
|
||||||
const val LINK_YRLIET = "https://github.com/yrliet"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -224,18 +224,6 @@
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent" />
|
app:layout_constraintStart_toStartOf="parent" />
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/about_supporter_yrliet"
|
|
||||||
style="@style/Widget.Auxio.TextView.Icon.Clickable"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="@string/sup_yrliet"
|
|
||||||
app:drawableStartCompat="@drawable/ic_person_24"
|
|
||||||
app:drawableTint="?attr/colorControlNormal"
|
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
|
||||||
app:layout_constraintTop_toBottomOf="@+id/about_licenses" />
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/about_supporters_promo"
|
android:id="@+id/about_supporters_promo"
|
||||||
style="@style/Widget.Auxio.TextView.Icon.Clickable"
|
style="@style/Widget.Auxio.TextView.Icon.Clickable"
|
||||||
|
|
|
@ -17,5 +17,4 @@
|
||||||
<string name="cdc_wav">Microsoft WAVE</string>
|
<string name="cdc_wav">Microsoft WAVE</string>
|
||||||
|
|
||||||
<!-- Supporter Namespace | Sponsor usernames -->
|
<!-- Supporter Namespace | Sponsor usernames -->
|
||||||
<string name="sup_yrliet">yrliet</string>
|
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in a new issue