diff options
author | 2014-02-03 06:10:05 -0800 | |
---|---|---|
committer | 2014-02-03 06:10:05 -0800 | |
commit | b247cafcc049d51e8f888da1050000a0e6356bbe (patch) | |
tree | 7755894c90f18d5bd36a5ddde09fa5ec73c5b348 /java/res | |
parent | 87f437a60986cec13438d630affcf1cd25e2f841 (diff) | |
parent | 4d539f2c1e6120651aafce5104e15f2b484af033 (diff) | |
download | latinime-b247cafcc049d51e8f888da1050000a0e6356bbe.tar.gz latinime-b247cafcc049d51e8f888da1050000a0e6356bbe.tar.xz latinime-b247cafcc049d51e8f888da1050000a0e6356bbe.zip |
am 4d539f2c: Merge "Fix important notice strip text layout"
* commit '4d539f2c1e6120651aafce5104e15f2b484af033':
Fix important notice strip text layout
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/layout/suggestions_strip.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/layout/suggestions_strip.xml b/java/res/layout/suggestions_strip.xml index 9ffd231de..5e1019bcd 100644 --- a/java/res/layout/suggestions_strip.xml +++ b/java/res/layout/suggestions_strip.xml @@ -52,9 +52,9 @@ android:layout_height="match_parent"> <TextView android:id="@+id/important_notice_title" - android:layout_width="0dp" + android:text="@string/important_notice_title" + android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_weight="1.0" android:textSize="14sp" style="?attr/suggestionWordStyle" /> </LinearLayout> |