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

Decrease opacity background and remove a warning in eclipse

This commit is contained in:
Christophe BOUCAUT
2015-07-10 14:06:37 +02:00
parent 34a9494aed
commit 6a1f53c1fa
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>