summaryrefslogtreecommitdiffstats
path: root/res/layout/longpress_cling_welcome_content.xml
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/longpress_cling_welcome_content.xml
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/longpress_cling_welcome_content.xml')
-rw-r--r--res/layout/longpress_cling_welcome_content.xml21
1 files changed, 15 insertions, 6 deletions
diff --git a/res/layout/longpress_cling_welcome_content.xml b/res/layout/longpress_cling_welcome_content.xml
index 4b3410b5e..dd4f8d767 100644
--- a/res/layout/longpress_cling_welcome_content.xml
+++ b/res/layout/longpress_cling_welcome_content.xml
@@ -3,12 +3,15 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- android:padding="48dp" >
+ android:paddingBottom="24dp"
+ android:paddingTop="36dp" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingBottom="16dp"
+ android:layout_marginBottom="8dp"
+ android:paddingLeft="36dp"
+ android:paddingRight="36dp"
android:text="@string/first_run_cling_title"
android:textColor="#E1000000"
android:textSize="34sp" />
@@ -16,7 +19,10 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:fontFamily="sans-serif-condensed"
+ android:layout_marginBottom="5.3dp"
+ android:fontFamily="sans-serif-medium"
+ android:paddingLeft="36dp"
+ android:paddingRight="36dp"
android:text="@string/workspace_cling_longpress_title"
android:textColor="#E1000000"
android:textSize="20sp" />
@@ -24,8 +30,10 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:paddingLeft="36dp"
+ android:paddingRight="36dp"
android:text="@string/workspace_cling_longpress_description"
- android:textColor="#E1000000"
+ android:textColor="#99000000"
android:textSize="16sp" />
<Button
@@ -34,8 +42,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end"
- android:layout_marginTop="24dp"
- android:fontFamily="sans-serif-condensed"
+ android:layout_marginRight="12dp"
+ android:layout_marginTop="27dp"
+ android:fontFamily="sans-serif-medium"
android:paddingLeft="24dp"
android:paddingRight="24dp"
android:text="@string/workspace_cling_longpress_dismiss"