Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Add strings, change hint text
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilababayeva committed Apr 17, 2022
1 parent a883b46 commit 354458c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_search_user.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="6dp"
android:autofillHints="">
android:autofillHints="Enter username to search">
</EditText>

<androidx.recyclerview.widget.RecyclerView
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_welcome_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
android:elevation="10dp"
android:onClick="switchToSearch"
android:stateListAnimator="@null"
android:text="SEARCH USERS"
android:text="@string/search_users"
android:translationZ="10dp"/>


Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/user_search_item_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:layout_toEndOf="@+id/profile_image"
android:layout_centerInParent="true"
android:layout_marginStart="12dp"
android:text="user name"
android:text="@string/profile_username"
android:textSize="19sp">
</TextView>

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,6 @@
<string name="result_will_show_here">result will show here</string>
<string name="welcome_not_logged_in">"User: Not Logged In"</string>
<string name="game_lyrics">Local Lyrics</string>
<string name="profile_username">Profile Username</string>
<string name="search_users">SEARCH USERS</string>
</resources>

0 comments on commit 354458c

Please sign in to comment.