summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-01-07 21:07:51 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-09 02:32:45 -0800
commita4a443b4e2e393d3b0d0e201075a95b02fe0c377 (patch)
tree75bd3236cc1c9637562e4bf244cb7214278a008e /res/layout-land
parent88daff8860dc358a7a084e859f5d72d7a46d9afe (diff)
downloadandroid_packages_apps_Snap-a4a443b4e2e393d3b0d0e201075a95b02fe0c377.tar.gz
android_packages_apps_Snap-a4a443b4e2e393d3b0d0e201075a95b02fe0c377.tar.bz2
android_packages_apps_Snap-a4a443b4e2e393d3b0d0e201075a95b02fe0c377.zip
Snap: initial materialization
Just for initial ship Change-Id: I8d6c0d71d1b94e6eb2f43ab962fb92de0e6c7093 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/keyguard_widget.xml2
-rw-r--r--res/layout-land/on_screen_hint.xml3
-rw-r--r--res/layout-land/switcher_popup.xml2
3 files changed, 3 insertions, 4 deletions
diff --git a/res/layout-land/keyguard_widget.xml b/res/layout-land/keyguard_widget.xml
index f0f4362aa..31569004a 100644
--- a/res/layout-land/keyguard_widget.xml
+++ b/res/layout-land/keyguard_widget.xml
@@ -58,6 +58,6 @@
android:layout_marginRight="2dip"
android:contentDescription="@string/accessibility_mode_picker"
android:scaleType="center"
- android:src="@drawable/ic_switcher_menu_indicator" />
+ android:src="@android:color/transparent" />
</RelativeLayout>
diff --git a/res/layout-land/on_screen_hint.xml b/res/layout-land/on_screen_hint.xml
index 59b0d1a63..b935071e0 100644
--- a/res/layout-land/on_screen_hint.xml
+++ b/res/layout-land/on_screen_hint.xml
@@ -23,7 +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-land/switcher_popup.xml b/res/layout-land/switcher_popup.xml
index fc2d7bc77..1c552c9e0 100644
--- a/res/layout-land/switcher_popup.xml
+++ b/res/layout-land/switcher_popup.xml
@@ -25,4 +25,4 @@
android:paddingRight="8dip"
android:paddingTop="16dip"
android:paddingBottom="16dip"
- android:background="#80000000" />
+ android:background="@color/black" />