Skip to content

Commit 69af310

Browse files
committed
about me page: add credits for the new app logo
1 parent 5da2f40 commit 69af310

File tree

4 files changed

+63
-0
lines changed

4 files changed

+63
-0
lines changed

app/src/main/java/org/toni/customfetch_android/AboutMeFragment.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class AboutMeFragment : Fragment() {
5959
binding.tomlLibGithubLink.movementMethod = LinkMovementMethod.getInstance()
6060
binding.colorpickerviewGithubLink.movementMethod = LinkMovementMethod.getInstance()
6161
binding.quartzitechunkGithubLink.movementMethod = LinkMovementMethod.getInstance()
62+
binding.saberr26GithubLink.movementMethod = LinkMovementMethod.getInstance()
6263

6364
return binding.root
6465
}
83.2 KB
Loading

app/src/main/res/layout/about_me_fragment.xml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,67 @@
218218
android:text="Our trusted android app tester.\nThanks to him for reporting bugs that could've been CyberPunk 2077 worthy of note before v1.0.0"
219219
android:textColor="@color/subText" />
220220

221+
<!-- saberr26 github and discord -->
222+
<com.google.android.material.imageview.ShapeableImageView
223+
android:layout_width="100dp"
224+
android:layout_height="100dp"
225+
android:layout_gravity="center"
226+
android:layout_marginTop="50dp"
227+
android:src="@drawable/saberr26_discord_pfp"
228+
app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.Material3.Chip" />
229+
230+
<LinearLayout
231+
android:layout_width="wrap_content"
232+
android:layout_height="wrap_content"
233+
android:layout_gravity="center"
234+
android:layout_marginTop="15dp">
235+
236+
<com.google.android.material.imageview.ShapeableImageView
237+
android:layout_width="20dp"
238+
android:layout_height="20dp"
239+
android:src="@drawable/github_mark" />
240+
241+
<TextView
242+
android:id="@+id/saberr26_github_link"
243+
android:layout_width="wrap_content"
244+
android:layout_height="wrap_content"
245+
android:layout_gravity="center"
246+
android:layout_marginStart="4dp"
247+
android:text="@string/saberr26_github"
248+
android:textColor="#ffffff" />
249+
</LinearLayout>
250+
251+
<LinearLayout
252+
android:layout_width="wrap_content"
253+
android:layout_height="wrap_content"
254+
android:layout_gravity="center"
255+
android:layout_marginTop="10dp" >
256+
257+
<com.google.android.material.imageview.ShapeableImageView
258+
android:layout_width="20dp"
259+
android:layout_height="20dp"
260+
android:src="@drawable/discord_mark_blue" />
261+
262+
<TextView
263+
android:layout_width="wrap_content"
264+
android:layout_height="wrap_content"
265+
android:layout_gravity="center"
266+
android:layout_marginStart="4dp"
267+
android:text="hocinehachmi."
268+
android:textColor="@color/text" />
269+
270+
</LinearLayout>
271+
272+
<TextView
273+
android:layout_width="wrap_content"
274+
android:layout_height="wrap_content"
275+
android:layout_gravity="center"
276+
android:layout_marginTop="5dp"
277+
android:gravity="center"
278+
android:paddingHorizontal="20dp"
279+
android:text="Created the logos for the project and android app.\nIt was complicated because nobody made a logo for a neofetch-like program"
280+
android:textColor="@color/subText" />
281+
221282
<!-- Libraries -->
222283
<TextView
223284
android:layout_width="wrap_content"

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<string name="better_cpp_discord_server"><a href="https://discord.gg/uSzTjkXtAM/">Better C++ discord server</a></string>
1616
<string name="burntranch_github"><a href="https://github.com/BurntRanch/">BurntRanch</a></string>
1717
<string name="quartzitechunk_github"><a href="https://github.com/Quartzitechunk/">Quartzitechunk</a></string>
18+
<string name="saberr26_github"><a href="https://github.com/saberr26/">saberr26</a></string>
1819
<string name="toni500_github"><a href="https://github.com/Toni500github/">Toni500github</a></string>
1920
<string name="fmtlib_github"><a href="https://github.com/fmtlib/fmt">fmtlib</a></string>
2021
<string name="tomlplusplus_github"><a href="https://github.com/marzer/tomlplusplus">tomlplusplus</a></string>

0 commit comments

Comments
 (0)