diff options
author | 2014-02-19 13:17:36 +0900 | |
---|---|---|
committer | 2014-02-19 18:36:32 +0900 | |
commit | 6abc852255072e9c5741a7d8f264bec99b0ce14e (patch) | |
tree | 597ecaeab2e964100c9f557b45571357a5c9cd56 /java/res/layout | |
parent | 0a4ac795d6fdd117b590902d7f5901f0db12d25c (diff) | |
download | latinime-6abc852255072e9c5741a7d8f264bec99b0ce14e.tar.gz latinime-6abc852255072e9c5741a7d8f264bec99b0ce14e.tar.xz latinime-6abc852255072e9c5741a7d8f264bec99b0ce14e.zip |
Turn personalization on when important notice dialog is displayed
This change must be checked in together with Ifde70b1d3b.
Bug: 10587358
Change-Id: I9dc48f9d521e0e6f6269e4f184389ba805f3053f
Diffstat (limited to 'java/res/layout')
-rw-r--r-- | java/res/layout/suggestions_strip.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/res/layout/suggestions_strip.xml b/java/res/layout/suggestions_strip.xml index b962abef4..0b614993b 100644 --- a/java/res/layout/suggestions_strip.xml +++ b/java/res/layout/suggestions_strip.xml @@ -52,7 +52,6 @@ android:layout_height="match_parent"> <TextView android:id="@+id/important_notice_title" - android:text="@string/important_notice_title" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="6sp" |