diff options
author | 2013-04-18 20:24:11 -0700 | |
---|---|---|
committer | 2013-04-18 20:24:11 -0700 | |
commit | ae19f170ba511d0bcb7632682b8f9ac45a91ece7 (patch) | |
tree | fb2a753636bea696dbca184bdd3e44c4c07da265 /java/res | |
parent | 7158438a64d3f224590c484c989251d82b7fb5fa (diff) | |
parent | 1f6e06cf9244cdd8803ee653f948e169c190b067 (diff) | |
download | latinime-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.xml | 3 |
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> |