Skip to content

Commit

Permalink
Fix dark mode continue button color issue
Browse files Browse the repository at this point in the history
  • Loading branch information
XichengSpencer committed Aug 2, 2023
1 parent 69e9d82 commit 458dec5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<corners android:radius="@dimen/spotlight_done_button_corner_radius" />
<solid android:color="@color/component_color_shared_button_active_solid_color" />
<stroke
android:width="1dp"
android:width="2dp"
android:color="@color/component_color_shared_button_active_stroke_color" />
</shape>
1 change: 1 addition & 0 deletions app/src/main/res/layout-land/resume_lesson_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
android:id="@+id/resume_lesson_continue_button"
android:layout_width="wrap_content"
android:layout_height="match_parent"
app:backgroundTint="@null"
android:minWidth="144dp"
android:gravity="center"
android:background="@drawable/state_button_primary_background"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@

<com.google.android.material.button.MaterialButton
android:id="@+id/resume_lesson_continue_button"
app:backgroundTint="@null"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:minWidth="144dp"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/resume_lesson_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="@drawable/state_button_primary_background"
android:backgroundTint="@null"
android:fontFamily="sans-serif-medium"
android:gravity="center"
android:minWidth="144dp"
Expand All @@ -118,6 +117,7 @@
android:textAllCaps="true"
android:textColor="@color/component_color_shared_secondary_4_text_color"
android:textSize="14sp"
app:backgroundTint="@null"
app:icon="@drawable/ic_arrow_right_alt_24dp"
app:iconGravity="textEnd" />
</com.google.android.flexbox.FlexboxLayout>
Expand Down

0 comments on commit 458dec5

Please sign in to comment.