diff options
author | Andrew Flynn <flynn@google.com> | 2012-05-12 17:00:35 -0700 |
---|---|---|
committer | Andrew Flynn <flynn@google.com> | 2012-05-13 16:31:16 -0700 |
commit | 2f5f945704a958470a51214399af9aee7bf6568d (patch) | |
tree | 60698e7c1d03ebb84f1d9bcd91221b2cc3e6a677 /res/layout-port | |
parent | 28b952ad3ec46ba9d14063797c1c96984ade8deb (diff) | |
download | packages_apps_trebuchet-2f5f945704a958470a51214399af9aee7bf6568d.zip packages_apps_trebuchet-2f5f945704a958470a51214399af9aee7bf6568d.tar.gz packages_apps_trebuchet-2f5f945704a958470a51214399af9aee7bf6568d.tar.bz2 |
Support for 600dp & custom clings
Change-Id: Ifea85be6ff062c61664a3f0ec6c1c24a1fc7b559
Diffstat (limited to 'res/layout-port')
-rw-r--r-- | res/layout-port/workspace_cling.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/res/layout-port/workspace_cling.xml b/res/layout-port/workspace_cling.xml index 6b05c27..10e6976 100644 --- a/res/layout-port/workspace_cling.xml +++ b/res/layout-port/workspace_cling.xml @@ -29,11 +29,9 @@ android:orientation="vertical"> <TextView style="@style/ClingTitleText" - android:id="@+id/workspace_cling_title" android:text="@string/workspace_cling_title" /> <TextView style="@style/ClingText" - android:id="@+id/workspace_cling_move_item" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/workspace_cling_move_item" /> @@ -41,7 +39,6 @@ </FrameLayout> <TextView style="@style/ClingText" - android:id="@+id/workspace_cling_open_all_apps" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="20dp" @@ -52,9 +49,8 @@ android:text="@string/workspace_cling_open_all_apps" /> <Button style="@style/ClingButton" - android:id="@+id/cling_dismiss" android:layout_marginBottom="15dp" android:layout_marginRight="10dp" android:layout_gravity="bottom|right" android:onClick="dismissWorkspaceCling" /> -</com.android.launcher2.Cling>
\ No newline at end of file +</com.android.launcher2.Cling> |