Skip to content

Commit

Permalink
changed colors
Browse files Browse the repository at this point in the history
  • Loading branch information
deeppp15 committed Jan 3, 2025
1 parent 8e36415 commit d997070
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/src/main/res/layout/fragment_news.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAllCaps="false"
android:text="@string/new_voice" />
android:text="@string/new_voice"
android:background="@color/mainColor"
android:textColor="@android:color/white" />
<LinearLayout
android:id="@+id/ll_add_news"
android:layout_width="match_parent"
Expand All @@ -43,7 +45,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="@dimen/profile_card_bell"
android:textColor="@color/daynight_textColor" />
android:textColor="@color/daynight_textColor"
android:backgroundTint="@color/daynight_textColor" />
</com.google.android.material.textfield.TextInputLayout>

<LinearLayout
Expand Down

0 comments on commit d997070

Please sign in to comment.