diff options
author | 2012-03-21 18:56:09 +0900 | |
---|---|---|
committer | 2012-03-21 18:56:09 +0900 | |
commit | a6dd0c27617ebd28a1f411124c4c14a2b94b6d97 (patch) | |
tree | e290fc175d47a322bdc9bfe7044c5813cdd0c464 /java/res/layout | |
parent | 1fe943aabdf6c9a40c634bf4a5450cbed4f6c136 (diff) | |
download | latinime-a6dd0c27617ebd28a1f411124c4c14a2b94b6d97.tar.gz latinime-a6dd0c27617ebd28a1f411124c4c14a2b94b6d97.tar.xz latinime-a6dd0c27617ebd28a1f411124c4c14a2b94b6d97.zip |
Use "dp" instead of "sp"
Change-Id: I772d117d88eb7361d8695c4d97c051f0c7397df8
Diffstat (limited to 'java/res/layout')
-rw-r--r-- | java/res/layout/key_preview.xml | 6 | ||||
-rw-r--r-- | java/res/layout/suggestion_info.xml | 2 | ||||
-rw-r--r-- | java/res/layout/suggestion_preview.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/java/res/layout/key_preview.xml b/java/res/layout/key_preview.xml index b620d07d8..6ed892e28 100644 --- a/java/res/layout/key_preview.xml +++ b/java/res/layout/key_preview.xml @@ -20,8 +20,8 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" - android:layout_height="80sp" - android:textSize="40sp" - android:minWidth="32dip" + android:layout_height="80dp" + android:textSize="40dp" + android:minWidth="32dp" android:gravity="center" /> diff --git a/java/res/layout/suggestion_info.xml b/java/res/layout/suggestion_info.xml index a364d46aa..a4ad6df25 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" /> diff --git a/java/res/layout/suggestion_preview.xml b/java/res/layout/suggestion_preview.xml index 3c026ae0e..856447bba 100644 --- a/java/res/layout/suggestion_preview.xml +++ b/java/res/layout/suggestion_preview.xml @@ -21,8 +21,8 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:textSize="18sp" + android:textSize="18dp" android:textColor="?android:attr/textColorPrimaryInverse" - android:minWidth="32dip" + android:minWidth="32dp" android:gravity="center" style="?attr/suggestionPreviewBackgroundStyle" /> |