diff options
author | 2014-02-17 11:28:48 +0900 | |
---|---|---|
committer | 2014-02-17 14:57:04 +0900 | |
commit | 28c02b400f9271b29e0fce20e7dae51d1d2b769f (patch) | |
tree | 391a014fc7618ca0a6b1ad41d86ac0386bb48113 /java/res/layout | |
parent | 95d16561e0e6c38dbd99c893f09c5dbe9d4a465d (diff) | |
download | latinime-28c02b400f9271b29e0fce20e7dae51d1d2b769f.tar.gz latinime-28c02b400f9271b29e0fce20e7dae51d1d2b769f.tar.xz latinime-28c02b400f9271b29e0fce20e7dae51d1d2b769f.zip |
Add go to "Settings" button to important notice dialog
This CL also
- removes icons on important notice title.
- changes the "Personalized suggestions" summary text.
This change must be checked in together with Id115d89ba9.
Bug: 10587358
Change-Id: I52ff26fa8ae12445e9014ba08253f69e1be609f4
Diffstat (limited to 'java/res/layout')
-rw-r--r-- | java/res/layout/suggestions_strip.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/layout/suggestions_strip.xml b/java/res/layout/suggestions_strip.xml index 37fe5c5a5..b962abef4 100644 --- a/java/res/layout/suggestions_strip.xml +++ b/java/res/layout/suggestions_strip.xml @@ -55,6 +55,7 @@ android:text="@string/important_notice_title" android:layout_width="match_parent" android:layout_height="match_parent" + android:padding="6sp" android:textSize="16sp" style="?attr/suggestionWordStyle" /> </LinearLayout> |