aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-04-18 20:24:11 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-18 20:24:11 -0700
commitae19f170ba511d0bcb7632682b8f9ac45a91ece7 (patch)
treefb2a753636bea696dbca184bdd3e44c4c07da265 /java/res
parent7158438a64d3f224590c484c989251d82b7fb5fa (diff)
parent1f6e06cf9244cdd8803ee653f948e169c190b067 (diff)
downloadlatinime-ae19f170ba511d0bcb7632682b8f9ac45a91ece7.tar.gz
latinime-ae19f170ba511d0bcb7632682b8f9ac45a91ece7.tar.xz
latinime-ae19f170ba511d0bcb7632682b8f9ac45a91ece7.zip
am 1f6e06cf: Merge "Make setup wizard step number highlighted when activated"
* commit '1f6e06cf9244cdd8803ee653f948e169c190b067': 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>