Skip to content

Commit

Permalink
Update moderation buttons style
Browse files Browse the repository at this point in the history
  • Loading branch information
solkin committed Jan 15, 2023
1 parent c4c53c2 commit 97d5f8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/details_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
android:layout_marginRight="6dp"
android:layout_weight="1"
android:text="@string/moderation_approve"
android:textAllCaps="false"
android:textColor="@color/approve_color"
app:rippleColor="@color/green_text_btn_ripple_color" />

Expand All @@ -70,6 +71,7 @@
android:layout_marginRight="6dp"
android:layout_weight="1"
android:text="@string/moderation_decline"
android:textAllCaps="false"
android:textColor="@color/decline_color"
app:rippleColor="@color/red_text_btn_ripple_color" />

Expand Down

0 comments on commit 97d5f8a

Please sign in to comment.