|
218 | 218 | 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"
|
219 | 219 | android:textColor="@color/subText" />
|
220 | 220 |
|
| 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 | + |
221 | 282 | <!-- Libraries -->
|
222 | 283 | <TextView
|
223 | 284 | android:layout_width="wrap_content"
|
|
0 commit comments