diff options
author | 2012-03-21 19:08:58 +0900 | |
---|---|---|
committer | 2012-03-21 19:08:58 +0900 | |
commit | 7c38b73ff2afe86e35ac8df83db7abcc6865fae3 (patch) | |
tree | 01dd62160d17c6e16e87db79b2c3124fb0268034 /java/res/layout/input_view.xml | |
parent | 1fe943aabdf6c9a40c634bf4a5450cbed4f6c136 (diff) | |
download | latinime-7c38b73ff2afe86e35ac8df83db7abcc6865fae3.tar.gz latinime-7c38b73ff2afe86e35ac8df83db7abcc6865fae3.tar.xz latinime-7c38b73ff2afe86e35ac8df83db7abcc6865fae3.zip |
Use "dp" instead of "dip"
Change-Id: Iaab1032a0ce0f97742288e76221433ef400e4b4f
Diffstat (limited to 'java/res/layout/input_view.xml')
-rw-r--r-- | java/res/layout/input_view.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/layout/input_view.xml b/java/res/layout/input_view.xml index 0a8d71f30..3863534be 100644 --- a/java/res/layout/input_view.xml +++ b/java/res/layout/input_view.xml @@ -28,7 +28,7 @@ <View android:id="@+id/key_preview_backing" android:layout_width="match_parent" - android:layout_height="0dip" /> + android:layout_height="0dp" /> <!-- On tablets, the suggestions strip is centered with horizontal paddings on both sides because width of the landscape mode is too long for the suggestions strip. This |