Skip to content

Commit

Permalink
Change color of informative text to primary_text (white).
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmehara committed Jan 3, 2019
1 parent 4cd4ac0 commit 6b251a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Most commonly used code snippets & important algorithms in different programming languages are provided in a comprehensive way."
android:textColor="@color/primary_text"
android:fontFamily="@font/fira_sans_light" />

<TextView
Expand All @@ -102,6 +103,7 @@
android:layout_height="wrap_content"
android:paddingTop="8sp"
android:text="* Internet connection &amp; GitHub credentials are required."
android:textColor="@color/primary_text"
android:fontFamily="@font/fira_sans_light" />

</LinearLayout>
Expand Down

0 comments on commit 6b251a7

Please sign in to comment.