diff options
author | Winson Chung <winsonc@google.com> | 2011-09-29 13:44:30 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-29 13:44:30 -0700 |
commit | 2f6a86e9db6609fc96ccbe2e67438e52d93a2d78 (patch) | |
tree | 7b2ecc41cda45f87d89987cf76652a11b118feca /res/layout-land | |
parent | 1a540a83647dbf94941f78025eba73d114dc0b47 (diff) | |
parent | 5966da2e2547ecdfb5d59bfcda8f66b4e2847803 (diff) | |
download | packages_apps_trebuchet-2f6a86e9db6609fc96ccbe2e67438e52d93a2d78.zip packages_apps_trebuchet-2f6a86e9db6609fc96ccbe2e67438e52d93a2d78.tar.gz packages_apps_trebuchet-2f6a86e9db6609fc96ccbe2e67438e52d93a2d78.tar.bz2 |
Merge "Tweaking size of QSB and updating cling assets."
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/folder_cling.xml | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/res/layout-land/folder_cling.xml b/res/layout-land/folder_cling.xml index 91d34ad..3d7f4f4 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" |