|
21 | 21 | app:title="About Me" |
22 | 22 | app:titleTextColor="#ffFFff" /> |
23 | 23 |
|
| 24 | + <!-- Developers/Contributors --> |
24 | 25 | <TextView |
25 | 26 | android:layout_width="wrap_content" |
26 | 27 | android:layout_height="wrap_content" |
|
31 | 32 | android:textColor="#ffffff" |
32 | 33 | android:textSize="25sp" /> |
33 | 34 |
|
| 35 | + <!-- Toni's github --> |
34 | 36 | <com.google.android.material.imageview.ShapeableImageView |
35 | 37 | android:layout_width="100dp" |
36 | 38 | android:layout_height="100dp" |
|
67 | 69 | android:layout_gravity="center" |
68 | 70 | android:layout_marginTop="5dp" |
69 | 71 | android:gravity="center" |
| 72 | + android:paddingHorizontal="20dp" |
70 | 73 | 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" |
71 | 74 | android:textColor="#BBBBBB" /> |
72 | 75 |
|
| 76 | + <!-- Burnt's github --> |
73 | 77 | <com.google.android.material.imageview.ShapeableImageView |
74 | 78 | android:layout_width="100dp" |
75 | 79 | android:layout_height="100dp" |
|
106 | 110 | android:layout_gravity="center" |
107 | 111 | android:layout_marginTop="5dp" |
108 | 112 | android:gravity="center" |
| 113 | + android:paddingHorizontal="10dp" |
109 | 114 | 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" |
110 | 115 | android:textColor="#BBBBBB" /> |
111 | 116 |
|
| 117 | + <!-- BCPP discord server --> |
112 | 118 | <com.google.android.material.imageview.ShapeableImageView |
113 | 119 | android:layout_width="100dp" |
114 | 120 | android:layout_height="100dp" |
|
145 | 151 | android:layout_gravity="center" |
146 | 152 | android:layout_marginTop="5dp" |
147 | 153 | android:gravity="center" |
| 154 | + android:paddingHorizontal="20dp" |
148 | 155 | android:text="They helped me improving the codebase and also helped me with any issues I got. Also they were really patient lol" |
149 | 156 | android:textColor="#BBBBBB" /> |
150 | 157 |
|
| 158 | + <!-- Libraries --> |
151 | 159 | <TextView |
152 | 160 | android:layout_width="wrap_content" |
153 | 161 | android:layout_height="wrap_content" |
|
158 | 166 | android:textColor="#ffffff" |
159 | 167 | android:textSize="33sp" /> |
160 | 168 |
|
| 169 | + <!-- {fmt} --> |
161 | 170 | <com.google.android.material.imageview.ShapeableImageView |
162 | 171 | android:layout_width="100dp" |
163 | 172 | android:layout_height="70dp" |
|
191 | 200 | android:layout_gravity="center" |
192 | 201 | android:layout_marginTop="5dp" |
193 | 202 | android:gravity="center" |
| 203 | + android:paddingHorizontal="10dp" |
194 | 204 | android:text="Formatting library that provides a fast and safe alternative to C stdio and C++ iostreams." |
195 | 205 | android:textColor="#BBBBBB" /> |
196 | 206 |
|
197 | | - <ImageView |
| 207 | + <!-- toml++ --> |
| 208 | + <com.google.android.material.imageview.ShapeableImageView |
198 | 209 | android:layout_width="wrap_content" |
199 | 210 | android:layout_height="80dp" |
200 | 211 | android:layout_gravity="center" |
|
229 | 240 | android:layout_gravity="center" |
230 | 241 | android:layout_marginTop="5dp" |
231 | 242 | android:gravity="center" |
| 243 | + android:paddingHorizontal="10dp" |
232 | 244 | android:text="C++17 library for serializing and parsing TOML config files." |
233 | 245 | android:textColor="#BBBBBB" /> |
234 | 246 |
|
|
239 | 251 | android:layout_marginTop="85dp" |
240 | 252 | android:layout_marginBottom="50dp" |
241 | 253 | android:gravity="center" |
| 254 | + android:paddingHorizontal="10dp" |
242 | 255 | 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 :)" |
243 | 256 | android:textColor="#ffffff" /> |
244 | 257 |
|
|
0 commit comments