Skip to content

Commit 520d76b

Browse files
committed
android app: add paddings to about me
1 parent 7910483 commit 520d76b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
app:title="About Me"
2222
app:titleTextColor="#ffFFff" />
2323

24+
<!-- Developers/Contributors -->
2425
<TextView
2526
android:layout_width="wrap_content"
2627
android:layout_height="wrap_content"
@@ -31,6 +32,7 @@
3132
android:textColor="#ffffff"
3233
android:textSize="25sp" />
3334

35+
<!-- Toni's github -->
3436
<com.google.android.material.imageview.ShapeableImageView
3537
android:layout_width="100dp"
3638
android:layout_height="100dp"
@@ -67,9 +69,11 @@
6769
android:layout_gravity="center"
6870
android:layout_marginTop="5dp"
6971
android:gravity="center"
72+
android:paddingHorizontal="20dp"
7073
android:text="Creator and maintainer of customfetch.\nA system information fetch tool (or neofetch like program), which its focus point is the performance and customizability"
7174
android:textColor="#BBBBBB" />
7275

76+
<!-- Burnt's github -->
7377
<com.google.android.material.imageview.ShapeableImageView
7478
android:layout_width="100dp"
7579
android:layout_height="100dp"
@@ -106,9 +110,11 @@
106110
android:layout_gravity="center"
107111
android:layout_marginTop="5dp"
108112
android:gravity="center"
113+
android:paddingHorizontal="10dp"
109114
android:text="BestFriend and collaborator of our projects.\nCreated the first prototype of the codebase/program and also helped a lot about anything in tecnical"
110115
android:textColor="#BBBBBB" />
111116

117+
<!-- BCPP discord server -->
112118
<com.google.android.material.imageview.ShapeableImageView
113119
android:layout_width="100dp"
114120
android:layout_height="100dp"
@@ -145,9 +151,11 @@
145151
android:layout_gravity="center"
146152
android:layout_marginTop="5dp"
147153
android:gravity="center"
154+
android:paddingHorizontal="20dp"
148155
android:text="They helped me improving the codebase and also helped me with any issues I got. Also they were really patient lol"
149156
android:textColor="#BBBBBB" />
150157

158+
<!-- Libraries -->
151159
<TextView
152160
android:layout_width="wrap_content"
153161
android:layout_height="wrap_content"
@@ -158,6 +166,7 @@
158166
android:textColor="#ffffff"
159167
android:textSize="33sp" />
160168

169+
<!-- {fmt} -->
161170
<com.google.android.material.imageview.ShapeableImageView
162171
android:layout_width="100dp"
163172
android:layout_height="70dp"
@@ -191,10 +200,12 @@
191200
android:layout_gravity="center"
192201
android:layout_marginTop="5dp"
193202
android:gravity="center"
203+
android:paddingHorizontal="10dp"
194204
android:text="Formatting library that provides a fast and safe alternative to C stdio and C++ iostreams."
195205
android:textColor="#BBBBBB" />
196206

197-
<ImageView
207+
<!-- toml++ -->
208+
<com.google.android.material.imageview.ShapeableImageView
198209
android:layout_width="wrap_content"
199210
android:layout_height="80dp"
200211
android:layout_gravity="center"
@@ -229,6 +240,7 @@
229240
android:layout_gravity="center"
230241
android:layout_marginTop="5dp"
231242
android:gravity="center"
243+
android:paddingHorizontal="10dp"
232244
android:text="C++17 library for serializing and parsing TOML config files."
233245
android:textColor="#BBBBBB" />
234246

@@ -239,6 +251,7 @@
239251
android:layout_marginTop="85dp"
240252
android:layout_marginBottom="50dp"
241253
android:gravity="center"
254+
android:paddingHorizontal="10dp"
242255
android:text="Did you know that customfetch is the only neofetch like program that is both: terminal app, GUI app and android widget?\nAt least by now :)"
243256
android:textColor="#ffffff" />
244257

0 commit comments

Comments
 (0)