Skip to content

Commit

Permalink
use white background for popup button
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
  • Loading branch information
sowjanyakch committed Nov 8, 2024
1 parent dc6005d commit ff534ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/call_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
android:layout_marginEnd="8dp"
android:visibility="gone"
tools:visibility="visible"
android:backgroundTint="@android:color/darker_gray"
android:backgroundTint="@android:color/white"
android:textColor="@android:color/holo_red_light"
app:icon="@drawable/ic_call_end_white_24px"
app:iconTint="@android:color/holo_red_light"
Expand Down

0 comments on commit ff534ba

Please sign in to comment.