Use 16sp text to show important notice title

Bug: 10587358
Change-Id: Ib840cb71d9e87282ea0d13839dbf2a2da2081d5f
main
Tadashi G. Takaoka 2014-02-14 19:10:47 +09:00
parent b136b7dd6f
commit 36d606fcbc
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
android:text="@string/important_notice_title" android:text="@string/important_notice_title"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:textSize="14sp" android:textSize="16sp"
style="?attr/suggestionWordStyle" /> style="?attr/suggestionWordStyle" />
</LinearLayout> </LinearLayout>
</merge> </merge>