summaryrefslogtreecommitdiffstats
path: root/res/layout-land/folder_cling.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-09-28 16:49:47 -0700
committerWinson Chung <winsonc@google.com>2011-09-28 16:51:26 -0700
commit5966da2e2547ecdfb5d59bfcda8f66b4e2847803 (patch)
treec260b5fd0e2055f3c815e06c1cd6e63b9ad6b72a /res/layout-land/folder_cling.xml
parentc5d2a7b0d6b85999731cc82ff945635fdea1e670 (diff)
downloadandroid_packages_apps_Trebuchet-5966da2e2547ecdfb5d59bfcda8f66b4e2847803.tar.gz
android_packages_apps_Trebuchet-5966da2e2547ecdfb5d59bfcda8f66b4e2847803.tar.bz2
android_packages_apps_Trebuchet-5966da2e2547ecdfb5d59bfcda8f66b4e2847803.zip
Tweaking size of QSB and updating cling assets.
- Making the voice search button a little larger (Bug: 5373735) - Updating landscape cling backgrounds Change-Id: I9a9c0367cb0fce5a41fb45c48ea70d9ba8e13f69
Diffstat (limited to 'res/layout-land/folder_cling.xml')
-rw-r--r--res/layout-land/folder_cling.xml17
1 files changed, 4 insertions, 13 deletions
diff --git a/res/layout-land/folder_cling.xml b/res/layout-land/folder_cling.xml
index 91d34ad03..3d7f4f459 100644
--- a/res/layout-land/folder_cling.xml
+++ b/res/layout-land/folder_cling.xml
@@ -20,8 +20,8 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_marginLeft="40dp"
- android:layout_marginTop="40dp">
+ android:layout_marginLeft="20dp"
+ android:layout_marginTop="20dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -32,21 +32,12 @@
android:text="@string/folder_cling_title" />
<TextView
style="@style/ClingText"
- android:id="@+id/folder_cling_move_item"
+ android:id="@+id/folder_cling_create_folder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="@string/folder_cling_move_item" />
+ android:text="@string/folder_cling_create_folder" />
</LinearLayout>
</FrameLayout>
- <TextView
- style="@style/ClingText"
- android:id="@+id/folder_cling_create_folder"
- android:layout_width="340dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="40dp"
- android:layout_marginBottom="40dp"
- android:layout_gravity="bottom"
- android:text="@string/folder_cling_create_folder" />
<Button
style="@style/ClingButton"
android:id="@+id/cling_dismiss"