8
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-05-21 00:00:01 +08:00

Merge pull request #91 from geneanet/issue/86-decrease-opacity

Decrease opacity background and remove a warning in eclipse
This commit is contained in:
Christophe Boucaut
2015-07-10 14:07:12 +02:00
2 changed files with 2 additions and 2 deletions
@@ -123,7 +123,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="0dp"
android:layout_weight="1"
android:gravity="center"
android:orientation="vertical" >
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="black">#99000000</color>
<color name="black">#22000000</color>
<color name="white">#ffffff</color>
</resources>