aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-05-15 10:52:32 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-15 10:52:32 -0700
commit64510ad979fb0d9716fd64ef3aa937ca1d08d24a (patch)
tree7400cecb88fc6c26d8c57a48ce56dd32740ad62d /java/res
parent8b085e7f87c4398c288870b6996a2058da5737c4 (diff)
parentae19f170ba511d0bcb7632682b8f9ac45a91ece7 (diff)
downloadlatinime-64510ad979fb0d9716fd64ef3aa937ca1d08d24a.tar.gz
latinime-64510ad979fb0d9716fd64ef3aa937ca1d08d24a.tar.xz
latinime-64510ad979fb0d9716fd64ef3aa937ca1d08d24a.zip
am ae19f170: am 1f6e06cf: Merge "Make setup wizard step number highlighted when activated"
* commit 'ae19f170ba511d0bcb7632682b8f9ac45a91ece7': 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>