Skip to content

Commit

Permalink
Use Ukrainian transliteration of my name
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Apr 3, 2022
1 parent b7df18f commit f936d20
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion app/src/main/res/layout/fragment_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,23 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:text="Artem Chepurnoy \uD83C\uDDFA\uD83C\uDDE6"
android:text="Artem Chepurnyi"
android:textAppearance="?textAppearanceTitleMedium"
app:layout_constraintBottom_toBottomOf="@id/authorAvatarImageView"
app:layout_constraintStart_toEndOf="@id/authorAvatarImageView"
app:layout_constraintTop_toTopOf="@id/authorAvatarImageView" />

<TextView
android:id="@+id/authorFlag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:text="\uD83C\uDDFA\uD83C\uDDE6"
android:textAppearance="?textAppearanceTitleMedium"
app:layout_constraintStart_toStartOf="@id/authorAvatarImageView"
app:layout_constraintTop_toTopOf="@id/authorAvatarImageView" />

<ImageButton
android:id="@+id/linkedInBtn"
style="?borderlessButtonStyle"
Expand Down

0 comments on commit f936d20

Please sign in to comment.