aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-12-13 15:21:15 +0900
committerTadashi G. Takaoka <takaoka@google.com>2010-12-13 17:46:11 +0900
commit4700a6f2b0feb3bd036dc516383449342d05fa9a (patch)
treeeec8aa46c4bd3a674e00eca7fb79da962a24d596 /java/res/layout
parent9ecad8c2e8571ece6f3f7fbb19ceda5be7866cf0 (diff)
downloadlatinime-4700a6f2b0feb3bd036dc516383449342d05fa9a.tar.gz
latinime-4700a6f2b0feb3bd036dc516383449342d05fa9a.tar.xz
latinime-4700a6f2b0feb3bd036dc516383449342d05fa9a.zip
Tune padding of candidate word
Change-Id: I980e568f9b4b87b0f414aa7ce0197dba39a7708f
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/candidate.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/layout/candidate.xml b/java/res/layout/candidate.xml
index 03be5505b..f2c4126b3 100644
--- a/java/res/layout/candidate.xml
+++ b/java/res/layout/candidate.xml
@@ -23,7 +23,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/candidate_strip_height"
android:orientation="horizontal"
- android:paddingRight="12dip"
+ android:paddingRight="@dimen/candidate_padding"
>
<ImageView
android:id="@+id/candidate_divider"
@@ -38,14 +38,14 @@
android:id="@+id/candidate_word"
android:layout_width="wrap_content"
android:layout_height="@dimen/candidate_strip_height"
- android:minWidth="@dimen/candidate_min_touchable_width"
+ android:minWidth="@dimen/candidate_min_width"
android:textSize="@dimen/candidate_text_size"
android:textColor="@color/candidate_normal"
android:background="@drawable/btn_candidate"
android:focusable="true"
android:clickable="true"
android:gravity="center_vertical|center_horizontal"
- android:paddingLeft="12dip" />
+ android:paddingLeft="@dimen/candidate_padding" />
<TextView
android:id="@+id/candidate_debug_info"
android:layout_width="wrap_content"