diff options
author | 2014-02-14 19:10:47 +0900 | |
---|---|---|
committer | 2014-02-14 19:10:47 +0900 | |
commit | 36d606fcbc666c331ffaba02fe6b55afa4509348 (patch) | |
tree | c93c363e9573953dcea51bc53a96100c2533916d /java/res/layout | |
parent | b136b7dd6f0757e3988639b0794c04d50b4087da (diff) | |
download | latinime-36d606fcbc666c331ffaba02fe6b55afa4509348.tar.gz latinime-36d606fcbc666c331ffaba02fe6b55afa4509348.tar.xz latinime-36d606fcbc666c331ffaba02fe6b55afa4509348.zip |
Use 16sp text to show important notice title
Bug: 10587358
Change-Id: Ib840cb71d9e87282ea0d13839dbf2a2da2081d5f
Diffstat (limited to 'java/res/layout')
-rw-r--r-- | java/res/layout/suggestions_strip.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/layout/suggestions_strip.xml b/java/res/layout/suggestions_strip.xml index 5e1019bcd..37fe5c5a5 100644 --- a/java/res/layout/suggestions_strip.xml +++ b/java/res/layout/suggestions_strip.xml @@ -55,7 +55,7 @@ android:text="@string/important_notice_title" android:layout_width="match_parent" android:layout_height="match_parent" - android:textSize="14sp" + android:textSize="16sp" style="?attr/suggestionWordStyle" /> </LinearLayout> </merge> |