summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/keyguard_widget.xml2
-rw-r--r--res/layout-port/on_screen_hint.xml5
-rw-r--r--res/layout-port/switcher_popup.xml2
3 files changed, 3 insertions, 6 deletions
diff --git a/res/layout-port/keyguard_widget.xml b/res/layout-port/keyguard_widget.xml
index 5e073f43b..04816a35d 100644
--- a/res/layout-port/keyguard_widget.xml
+++ b/res/layout-port/keyguard_widget.xml
@@ -55,6 +55,6 @@
android:layout_marginBottom="3dip"
android:scaleType="center"
android:contentDescription="@string/accessibility_mode_picker"
- android:src="@drawable/ic_switcher_menu_indicator" />
+ android:src="@android:color/transparent" />
</RelativeLayout>
diff --git a/res/layout-port/on_screen_hint.xml b/res/layout-port/on_screen_hint.xml
index 467b67f78..e42bf1cdc 100644
--- a/res/layout-port/on_screen_hint.xml
+++ b/res/layout-port/on_screen_hint.xml
@@ -23,9 +23,6 @@
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textAppearance="@style/OnScreenHintTextAppearance.Small"
- android:textColor="#ffffffff"
- android:shadowColor="#BB000000"
+ android:textColor="@color/white"
android:shadowRadius="2.75" />
</LinearLayout>
-
-
diff --git a/res/layout-port/switcher_popup.xml b/res/layout-port/switcher_popup.xml
index 8fe09a361..90a64aecc 100644
--- a/res/layout-port/switcher_popup.xml
+++ b/res/layout-port/switcher_popup.xml
@@ -25,4 +25,4 @@
android:paddingRight="16dip"
android:paddingTop="8dip"
android:paddingBottom="8dip"
- android:background="#80000000" />
+ android:background="@color/black" />