Fix 2133205: Change the opacity to allow more of the background to be seen on locked screen
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<RelativeLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="#A0000000"
|
||||
android:background="#70000000"
|
||||
>
|
||||
|
||||
<TextView
|
||||
@@ -135,4 +135,4 @@
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
</FrameLayout>
|
||||
</FrameLayout>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="#A0000000"
|
||||
android:background="#70000000"
|
||||
>
|
||||
|
||||
<!-- left side -->
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="#A0000000"
|
||||
android:background="#70000000"
|
||||
>
|
||||
|
||||
<!-- left side: instructions and emergency call button -->
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:gravity="center_horizontal"
|
||||
android:background="#A0000000"
|
||||
android:background="#70000000"
|
||||
>
|
||||
|
||||
<LinearLayout
|
||||
|
||||
Reference in New Issue
Block a user