Skip to content

Commit

Permalink
removed hardcoded color in layout_chat_footer.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevEmperor committed Feb 6, 2024
1 parent 431b69d commit 6c79673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_chat_footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:indeterminate="true"
android:indeterminateTint="#7B1FA2"
android:indeterminateTint="@color/wristassist_purple"
android:visibility="gone" />

<ImageButton
Expand Down

0 comments on commit 6c79673

Please sign in to comment.