summaryrefslogtreecommitdiffstats
path: root/res/layout-port/workspace_cling.xml
diff options
context:
space:
mode:
authorAndrew Flynn <flynn@google.com>2012-05-14 21:57:14 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-14 21:57:14 -0700
commitceca4ff1891baf033cd9d6951ec5a1d31473642f (patch)
tree8312b4f8b69f3b2c803c887c15971246af49cfda /res/layout-port/workspace_cling.xml
parent19e3347e47f51367dc7ba1919eda6e87503b898e (diff)
parent2f5f945704a958470a51214399af9aee7bf6568d (diff)
downloadandroid_packages_apps_Trebuchet-ceca4ff1891baf033cd9d6951ec5a1d31473642f.tar.gz
android_packages_apps_Trebuchet-ceca4ff1891baf033cd9d6951ec5a1d31473642f.tar.bz2
android_packages_apps_Trebuchet-ceca4ff1891baf033cd9d6951ec5a1d31473642f.zip
Merge "Support for 600dp & custom clings" into jb-dev
Diffstat (limited to 'res/layout-port/workspace_cling.xml')
-rw-r--r--res/layout-port/workspace_cling.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/res/layout-port/workspace_cling.xml b/res/layout-port/workspace_cling.xml
index 6b05c2705..10e697620 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>