aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-06-09 17:04:49 -0700
committerAdam Lesinski <adamlesinski@google.com>2014-06-19 16:00:16 -0700
commit753d43a29945ac594f7f1ebeedf2a2d0b8744a23 (patch)
treea59a6ee1396b2c8c0aacefa3bcf112808f8cddd7 /java/res/layout
parentbf13ed7ee154fb6e38658c37cb293b99c9a1a947 (diff)
downloadlatinime-753d43a29945ac594f7f1ebeedf2a2d0b8744a23.tar.gz
latinime-753d43a29945ac594f7f1ebeedf2a2d0b8744a23.tar.xz
latinime-753d43a29945ac594f7f1ebeedf2a2d0b8744a23.zip
Do not generate ids in the android package
A new AAPT change will have AAPT fail when an app tries to add resources to an external package such as android. Change-Id: I02e31481b5ea2d13a27b5b06fc4d0f8777551572
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/dictionary_line.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/java/res/layout/dictionary_line.xml b/java/res/layout/dictionary_line.xml
index 7268cd468..bb1843d6c 100644
--- a/java/res/layout/dictionary_line.xml
+++ b/java/res/layout/dictionary_line.xml
@@ -42,7 +42,7 @@
android:orientation="vertical">
<TextView
- android:id="@+android:id/title"
+ android:id="@android:id/title"
android:layout_marginLeft="5dip"
android:layout_marginStart="5dip"
android:layout_width="wrap_content"
@@ -59,7 +59,7 @@
android:layout_marginLeft="5dip">
<TextView
- android:id="@+android:id/summary"
+ android:id="@android:id/summary"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
@@ -77,14 +77,14 @@
</LinearLayout>
<com.android.inputmethod.dictionarypack.ButtonSwitcher
- android:id="@+android:id/wordlist_button_switcher"
+ android:id="@+id/wordlist_button_switcher"
android:layout_weight="0"
android:layout_marginStart="13dip"
android:layout_marginLeft="13dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<Button
- android:id="@+android:id/dict_install_button"
+ android:id="@+id/dict_install_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical"
@@ -92,7 +92,7 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/install_dict" />
<Button
- android:id="@+android:id/dict_cancel_button"
+ android:id="@+id/dict_cancel_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical"
@@ -100,7 +100,7 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/cancel_download_dict" />
<Button
- android:id="@+android:id/dict_delete_button"
+ android:id="@+id/dict_delete_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical"