summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-08-26 10:54:08 -0700
committerSunny Goyal <sunnygoyal@google.com>2014-08-27 10:57:03 -0700
commit7661614383dc17d69a9b1fd819e4d610896d5205 (patch)
tree4670029b02e75d62d7fd7743aa57dada399aba12 /res/layout-port
parent424418bb50ccf5d9270650b70cc51f423da51a65 (diff)
downloadandroid_packages_apps_Trebuchet-7661614383dc17d69a9b1fd819e4d610896d5205.tar.gz
android_packages_apps_Trebuchet-7661614383dc17d69a9b1fd819e4d610896d5205.tar.bz2
android_packages_apps_Trebuchet-7661614383dc17d69a9b1fd819e4d610896d5205.zip
Updating Clings UI
issue: 16127412 Change-Id: Ie5885cabbef086e3b08811da72af88d01c4405e7
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/longpress_cling.xml15
-rw-r--r--res/layout-port/migration_cling.xml8
2 files changed, 8 insertions, 15 deletions
diff --git a/res/layout-port/longpress_cling.xml b/res/layout-port/longpress_cling.xml
index ec0321f5e..d0f1ab712 100644
--- a/res/layout-port/longpress_cling.xml
+++ b/res/layout-port/longpress_cling.xml
@@ -5,19 +5,12 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
- <com.android.launcher3.ClearCircleLayout
- android:id="@+id/cling_longpress_hole"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- launcher:holeLocation="center_screen" />
-
<FrameLayout
android:id="@+id/cling_content"
- android:layout_width="360dp"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_gravity="bottom"
- android:background="#FF009688"
- android:elevation="6dp"
- android:tag="slide_from_bottom" />
+ android:layout_gravity="top"
+ android:background="@drawable/cling_bg"
+ android:tag="crop_bg_top_and_sides" />
</FrameLayout> \ No newline at end of file
diff --git a/res/layout-port/migration_cling.xml b/res/layout-port/migration_cling.xml
index 5251e7bf6..932a9f4dd 100644
--- a/res/layout-port/migration_cling.xml
+++ b/res/layout-port/migration_cling.xml
@@ -60,7 +60,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:fontFamily="sans-serif-condensed"
+ android:fontFamily="sans-serif-medium"
android:text="@string/migration_cling_title"
android:textColor="#E1000000"
android:textSize="20sp" />
@@ -70,7 +70,7 @@
android:layout_height="wrap_content"
android:paddingBottom="24dp"
android:text="@string/migration_cling_description"
- android:textColor="#E1000000"
+ android:textColor="#99000000"
android:textSize="16sp" />
<LinearLayout
@@ -83,7 +83,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:fontFamily="sans-serif-condensed"
+ android:fontFamily="sans-serif-medium"
android:text="@string/migration_cling_copy_apps"
android:textColor="#FFFFFFFF"
android:textSize="14sp" />
@@ -94,7 +94,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:fontFamily="sans-serif-condensed"
+ android:fontFamily="sans-serif-medium"
android:text="@string/migration_cling_use_default"
android:textColor="#deFFFFFF"
android:textSize="14sp" />