aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2014-08-11 04:48:26 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-11 04:48:26 +0000
commit44409e18c56deb80d851dba60d19a91197128eaa (patch)
treecee944425ec46e700b19b892f4e8fecfb5c9f93b /java
parentd4626dbf043a306cabef5cbf4992be17ce6bc21a (diff)
parent61c71e80c3c46eb1a4396d26b98c75432b358d27 (diff)
downloadlatinime-44409e18c56deb80d851dba60d19a91197128eaa.tar.gz
latinime-44409e18c56deb80d851dba60d19a91197128eaa.tar.xz
latinime-44409e18c56deb80d851dba60d19a91197128eaa.zip
am 61c71e80: am 31869bf5: A follow up to AAPT change
* commit '61c71e80c3c46eb1a4396d26b98c75432b358d27': A follow up to AAPT change
Diffstat (limited to 'java')
-rw-r--r--java/res/layout/user_dictionary_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/layout/user_dictionary_item.xml b/java/res/layout/user_dictionary_item.xml
index b8d48b56d..fe7d47ec2 100644
--- a/java/res/layout/user_dictionary_item.xml
+++ b/java/res/layout/user_dictionary_item.xml
@@ -29,7 +29,7 @@
android:layout_weight="1" >
<TextView
- android:id="@+android:id/text1"
+ android:id="@android:id/text1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
@@ -38,7 +38,7 @@
android:textAppearance="?android:attr/textAppearanceMedium" />
<TextView
- android:id="@+android:id/text2"
+ android:id="@android:id/text2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignStart="@android:id/text1"