Skip to content

Commit

Permalink
change line color in api key entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
sleep-yearning committed Dec 30, 2020
1 parent c4adeff commit 8e52377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_create_key.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
android:textColor="@color/white"
android:layout_width="match_parent"
android:textColorHint="@color/white"
android:backgroundTint="@color/white"
android:layout_height="wrap_content"
android:layout_below="@id/link_field_headline"></EditText>

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/tutorial_slide4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
android:textColor="@color/white"
android:id="@+id/tutorial_owm_key_field"
android:paddingHorizontal="40dp"
android:backgroundTint="@color/white"
android:layout_width="match_parent"
android:layout_height="wrap_content"></EditText>

Expand Down

0 comments on commit 8e52377

Please sign in to comment.