Skip to content

Commit

Permalink
Darken overlay by 5%
Browse files Browse the repository at this point in the history
  • Loading branch information
christxph committed Jan 14, 2018
1 parent 7fb8940 commit ee0f2fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/res/layout/camera_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:foreground="@color/translucentOverlay20">
android:foreground="@color/translucentOverlay25">

<FrameLayout
android:id="@+id/preview"
Expand Down
4 changes: 2 additions & 2 deletions src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<color name="primary_text">#212121</color>
<color name="secondary_text">#757575</color>

<!-- 20% black -->
<color name="translucentOverlay20">#30000000</color>
<!-- 25% black -->
<color name="translucentOverlay25">#40000000</color>
</resources>

0 comments on commit ee0f2fe

Please sign in to comment.