summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDanesh Mondegarian <daneshm90@gmail.com>2013-08-18 14:34:01 -0700
committerDanesh Mondegarian <daneshm90@gmail.com>2013-08-18 15:34:12 -0700
commit34131992b15091fa0f0b5e674e418dacc702a794 (patch)
treea015bb4c933bf88beb2fe6accb250aa7a4ee2327 /res
parentb51e4a73a1eccf903bd488022b2de7a407e04f31 (diff)
downloadandroid_packages_apps_Trebuchet-34131992b15091fa0f0b5e674e418dacc702a794.tar.gz
android_packages_apps_Trebuchet-34131992b15091fa0f0b5e674e418dacc702a794.tar.bz2
android_packages_apps_Trebuchet-34131992b15091fa0f0b5e674e418dacc702a794.zip
Trebuchet : Update renamed ids
Update cling text ids for all layouts Change-Id: I8efd5cb882a42bdefc764bc6ed0c75ba75eff7a2
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/folder_cling.xml2
-rw-r--r--res/layout-sw600dp-port/folder_cling.xml2
-rw-r--r--res/layout-sw720dp-port/folder_cling.xml2
-rw-r--r--res/layout-sw720dp/folder_cling.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-land/folder_cling.xml b/res/layout-land/folder_cling.xml
index 2fa73fe26..d9dc019fb 100644
--- a/res/layout-land/folder_cling.xml
+++ b/res/layout-land/folder_cling.xml
@@ -32,7 +32,7 @@
android:text="@string/folder_cling_title" />
<TextView
style="@style/ClingText"
- android:id="@+id/folder_cling_create_folder"
+ android:id="@+id/folder_cling_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/folder_cling_create_folder" />
diff --git a/res/layout-sw600dp-port/folder_cling.xml b/res/layout-sw600dp-port/folder_cling.xml
index 5f9495b57..566ef2081 100644
--- a/res/layout-sw600dp-port/folder_cling.xml
+++ b/res/layout-sw600dp-port/folder_cling.xml
@@ -33,7 +33,7 @@
android:text="@string/folder_cling_title" />
<TextView
style="@style/ClingText"
- android:id="@+id/folder_cling_create_folder"
+ android:id="@+id/folder_cling_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/folder_cling_create_folder" />
diff --git a/res/layout-sw720dp-port/folder_cling.xml b/res/layout-sw720dp-port/folder_cling.xml
index 3a11dff77..119c163cd 100644
--- a/res/layout-sw720dp-port/folder_cling.xml
+++ b/res/layout-sw720dp-port/folder_cling.xml
@@ -32,7 +32,7 @@
android:text="@string/folder_cling_title" />
<TextView
style="@style/ClingText"
- android:id="@+id/folder_cling_create_folder"
+ android:id="@+id/folder_cling_text"
android:layout_width="480dp"
android:layout_height="wrap_content"
android:text="@string/folder_cling_create_folder" />
diff --git a/res/layout-sw720dp/folder_cling.xml b/res/layout-sw720dp/folder_cling.xml
index 7ab4cb1d5..1b3f5439d 100644
--- a/res/layout-sw720dp/folder_cling.xml
+++ b/res/layout-sw720dp/folder_cling.xml
@@ -32,7 +32,7 @@
android:text="@string/folder_cling_title" />
<TextView
style="@style/ClingText"
- android:id="@+id/folder_cling_create_folder"
+ android:id="@+id/folder_cling_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/folder_cling_create_folder" />