commit | a6dd0c27617ebd28a1f411124c4c14a2b94b6d97 | [log] [tgz] |
---|---|---|
author | Tadashi G. Takaoka <takaoka@google.com> | Wed Mar 21 18:56:09 2012 +0900 |
committer | Tadashi G. Takaoka <takaoka@google.com> | Wed Mar 21 18:56:09 2012 +0900 |
tree | e290fc175d47a322bdc9bfe7044c5813cdd0c464 | |
parent | 1fe943aabdf6c9a40c634bf4a5450cbed4f6c136 [diff] [blame] |
Use "dp" instead of "sp" Change-Id: I772d117d88eb7361d8695c4d97c051f0c7397df8
diff --git a/java/res/layout/suggestion_info.xml b/java/res/layout/suggestion_info.xml index a364d46..a4ad6df 100644 --- a/java/res/layout/suggestion_info.xml +++ b/java/res/layout/suggestion_info.xml
@@ -22,6 +22,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:textSize="6sp" + android:textSize="6dp" android:textColor="@android:color/white" style="?attr/suggestionBackgroundStyle" />