summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-09-29 13:44:30 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-29 13:44:30 -0700
commit2f6a86e9db6609fc96ccbe2e67438e52d93a2d78 (patch)
tree7b2ecc41cda45f87d89987cf76652a11b118feca /res/layout-land
parent1a540a83647dbf94941f78025eba73d114dc0b47 (diff)
parent5966da2e2547ecdfb5d59bfcda8f66b4e2847803 (diff)
downloadandroid_packages_apps_Trebuchet-2f6a86e9db6609fc96ccbe2e67438e52d93a2d78.tar.gz
android_packages_apps_Trebuchet-2f6a86e9db6609fc96ccbe2e67438e52d93a2d78.tar.bz2
android_packages_apps_Trebuchet-2f6a86e9db6609fc96ccbe2e67438e52d93a2d78.zip
Merge "Tweaking size of QSB and updating cling assets."
Diffstat (limited to 'res/layout-land')
-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"