9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2024-10-06 02:12:07 +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
commit b35c8a1f8e
2 changed files with 2 additions and 2 deletions

View File

@ -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" >

View File

@ -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>