mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-17 20:18:35 -04:00
AboutFragment: Add link to GitLab wiki
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -77,6 +77,7 @@ class AboutFragment : Fragment(R.layout.fragment_about) {
|
||||
val linkSummary = resources.getStringArray(R.array.link_subtitle)
|
||||
|
||||
val linkIcons = intArrayOf(
|
||||
R.drawable.ic_help,
|
||||
R.drawable.ic_bitcoin_btc,
|
||||
R.drawable.ic_bitcoin_bch,
|
||||
R.drawable.ic_ethereum_eth,
|
||||
|
||||
12
app/src/main/res/drawable/ic_help.xml
Normal file
12
app/src/main/res/drawable/ic_help.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960"
|
||||
android:tint="@color/colorAccent"
|
||||
android:autoMirrored="true">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M478,720Q499,720 513.5,705.5Q528,691 528,670Q528,649 513.5,634.5Q499,620 478,620Q457,620 442.5,634.5Q428,649 428,670Q428,691 442.5,705.5Q457,720 478,720ZM442,566L516,566Q516,533 523.5,514Q531,495 566,462Q592,436 607,412.5Q622,389 622,356Q622,300 581,270Q540,240 484,240Q427,240 391.5,270Q356,300 342,342L408,368Q413,350 430.5,329Q448,308 484,308Q516,308 532,325.5Q548,343 548,364Q548,384 536,401.5Q524,419 506,434Q462,473 452,493Q442,513 442,566ZM480,880Q397,880 324,848.5Q251,817 197,763Q143,709 111.5,636Q80,563 80,480Q80,397 111.5,324Q143,251 197,197Q251,143 324,111.5Q397,80 480,80Q563,80 636,111.5Q709,143 763,197Q817,251 848.5,324Q880,397 880,480Q880,563 848.5,636Q817,709 763,763Q709,817 636,848.5Q563,880 480,880ZM480,800Q614,800 707,707Q800,614 800,480Q800,346 707,253Q614,160 480,160Q346,160 253,253Q160,346 160,480Q160,614 253,707Q346,800 480,800ZM480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Q480,480 480,480Z"/>
|
||||
</vector>
|
||||
@@ -123,6 +123,7 @@
|
||||
</string-array>
|
||||
|
||||
<string-array name="link_urls">
|
||||
<item>https://gitlab.com/AuroraOSS/AuroraStore/-/wikis/home</item>
|
||||
<item>"bc1qu7cy9fepjj309y4r2x3rymve7mw4ff39c8cpe0"</item>
|
||||
<item>"qpqus3qdlz8guf476vwz0fjl8s34fseukcmrl6eknl"</item>
|
||||
<item>"0x6977446933EC8b5964D921f7377950992337B1C6"</item>
|
||||
@@ -136,6 +137,7 @@
|
||||
</string-array>
|
||||
|
||||
<string-array name="link_titles">
|
||||
<item>@string/about_wiki_title</item>
|
||||
<item>@string/about_bitcoin_btc</item>
|
||||
<item>@string/about_bitcoin_bch</item>
|
||||
<item>@string/about_bitcoin_eth</item>
|
||||
@@ -149,6 +151,7 @@
|
||||
</string-array>
|
||||
|
||||
<string-array name="link_subtitle">
|
||||
<item>@string/about_wiki_summary</item>
|
||||
<item>@string/about_bitcoin_btc_summary</item>
|
||||
<item>@string/about_bitcoin_bch_summary</item>
|
||||
<item>@string/about_bitcoin_eth_summary</item>
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
|
||||
~
|
||||
--><resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="about_wiki_title">Wiki</string>
|
||||
<string name="about_wiki_summary">Find answers to frequently asked questions (F.A.Q.), troubleshooting steps and more</string>
|
||||
<string name="about_bhim">"BHIM - UPI"</string>
|
||||
<string name="about_bhim_summary">"Donate via UPI"</string>
|
||||
<string name="about_bitcoin_bch">"Bitcoin Cash"</string>
|
||||
|
||||
Reference in New Issue
Block a user