diff options
Diffstat (limited to 'java/res/layout')
-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> |