Browse Source

decreased alpha in simple popup table

Julien Clauter 11 years ago
parent
commit
b8a70b1bf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      res/layout/simple_popup_table.xml

+ 1 - 1
res/layout/simple_popup_table.xml

@@ -5,7 +5,7 @@
     android:layout_width="wrap_content"
     android:layout_width="wrap_content"
     android:layout_height="wrap_content"
     android:layout_height="wrap_content"
     android:minWidth="230dp"
     android:minWidth="230dp"
-    android:alpha="0.5"
+    android:alpha="0.8"
     android:background="@android:color/background_dark">
     android:background="@android:color/background_dark">
 
 
     <TextView
     <TextView