Skip to content

Commit

Permalink
Apply UI theme (3) - Radio buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotzealot committed Dec 1, 2019
1 parent 4f591e8 commit b4d0348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/res/layout/activity_camera.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<RadioGroup
android:id="@+id/radioGroup"
android:layout_width="wrap_content"
android:layout_width="200dp"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
android:layout_marginStart="16dp"
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#6078f4</color>
<color name="colorAccent">#F56C6C</color>
<color name="colorAccent">#6078f4</color>
<color name="colorWhite">#FFFFFF</color>
<color name="colorBlack">#363A3C</color>
</resources>

0 comments on commit b4d0348

Please sign in to comment.