aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-04-19 03:21:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-04-19 03:21:04 +0000
commit1f6e06cf9244cdd8803ee653f948e169c190b067 (patch)
treeeb8d56470b873e85eecb3494d6eb6f10299b260e /java/res
parent88ee052c10a08bc48f40074583b64e5ebc43fdee (diff)
parentb84c0468e4a9d21ef78215d1b7320e955f06a832 (diff)
downloadlatinime-1f6e06cf9244cdd8803ee653f948e169c190b067.tar.gz
latinime-1f6e06cf9244cdd8803ee653f948e169c190b067.tar.xz
latinime-1f6e06cf9244cdd8803ee653f948e169c190b067.zip
Merge "Make setup wizard step number highlighted when activated"
Diffstat (limited to 'java/res')
-rw-r--r--java/res/layout/setup_wizard.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/res/layout/setup_wizard.xml b/java/res/layout/setup_wizard.xml
index acbbe30b3..6e2d19f81 100644
--- a/java/res/layout/setup_wizard.xml
+++ b/java/res/layout/setup_wizard.xml
@@ -46,12 +46,15 @@
android:paddingTop="16dp"
android:orientation="horizontal">
<TextView
+ android:id="@+id/setup_step1_bullet"
style="@style/setupStepBulletStyle"
android:text="@string/setup_step1_bullet" />
<TextView
+ android:id="@+id/setup_step2_bullet"
style="@style/setupStepBulletStyle"
android:text="@string/setup_step2_bullet" />
<TextView
+ android:id="@+id/setup_step3_bullet"
style="@style/setupStepBulletStyle"
android:text="@string/setup_step3_bullet" />
</LinearLayout>