aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-05-15 16:07:56 +0900
committerTadashi G. Takaoka <takaoka@google.com>2013-05-15 17:49:56 +0900
commit786bc9d46fe6654fd9feed87f35bc07faf294531 (patch)
treec83e9af6dd14fbaf76dd218f8cc9d0e30df3cf1c /java/res/layout
parent769427cff24944958f5f1f6179090a86444f3eab (diff)
downloadlatinime-786bc9d46fe6654fd9feed87f35bc07faf294531.tar.gz
latinime-786bc9d46fe6654fd9feed87f35bc07faf294531.tar.xz
latinime-786bc9d46fe6654fd9feed87f35bc07faf294531.zip
Tune layout parameters of setup wizard
Bug: 8159728 Change-Id: Ifb08b62e11008ad56715a07825c0fbc719130ebd
Diffstat (limited to 'java/res/layout')
-rw-r--r--java/res/layout/setup_steps_cards.xml2
-rw-r--r--java/res/layout/setup_welcome_title.xml2
-rw-r--r--java/res/layout/setup_welcome_video.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/java/res/layout/setup_steps_cards.xml b/java/res/layout/setup_steps_cards.xml
index 245173122..9b03a3e93 100644
--- a/java/res/layout/setup_steps_cards.xml
+++ b/java/res/layout/setup_steps_cards.xml
@@ -23,7 +23,7 @@
android:id="@+id/setup_step_bullets"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/setup_step_vertical_padding"
+ android:paddingTop="@dimen/setup_step_vertical_padding"
android:orientation="horizontal">
<TextView
android:id="@+id/setup_step1_bullet"
diff --git a/java/res/layout/setup_welcome_title.xml b/java/res/layout/setup_welcome_title.xml
index 6e6d78147..af7053a37 100644
--- a/java/res/layout/setup_welcome_title.xml
+++ b/java/res/layout/setup_welcome_title.xml
@@ -27,6 +27,6 @@
<TextView
android:id="@+id/setup_welcome_description"
android:text="@string/setup_welcome_additional_description"
- android:layout_marginTop="12dp"
+ android:layout_marginTop="@dimen/setup_welcome_description_top_margin"
style="@style/setupWelcomeDescritpionStyle" />
</merge>
diff --git a/java/res/layout/setup_welcome_video.xml b/java/res/layout/setup_welcome_video.xml
index a2e1d212b..751773211 100644
--- a/java/res/layout/setup_welcome_video.xml
+++ b/java/res/layout/setup_welcome_video.xml
@@ -23,8 +23,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
- android:paddingTop="@dimen/setup_welcome_video_vertical_margin"
- android:paddingBottom="@dimen/setup_welcome_video_vertical_margin">
+ android:paddingTop="@dimen/setup_welcome_video_top_padding"
+ android:paddingBottom="@dimen/setup_welcome_video_bottom_padding">
<LinearLayout
android:layout_weight="@integer/setup_welcome_video_weight_in_screen"
android:layout_width="0dp"