From 6f7c410394dab846d1a5875c74fe6d6a6d9d0e46 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Wed, 15 Apr 2015 18:13:38 -0700 Subject: [SetupWizardLib] Limit header lines In SetupWizardLayout, limit the number of lines and ellipsize if it is longer than that. The limit is 6 lines for tablet landscape and 3 for all others. Bug: 20267729 Change-Id: Ibc7f9f977ea576b7d23e46ce239056583c94d972 --- library/main/res/values-land/styles.xml | 26 ++++++++++++++++++++++++++ library/main/res/values/styles.xml | 8 +++++++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 library/main/res/values-land/styles.xml diff --git a/library/main/res/values-land/styles.xml b/library/main/res/values-land/styles.xml new file mode 100644 index 0000000..536a1dc --- /dev/null +++ b/library/main/res/values-land/styles.xml @@ -0,0 +1,26 @@ + + + + + + + + + + \ No newline at end of file diff --git a/library/main/res/values/styles.xml b/library/main/res/values/styles.xml index 2cb12db..f4e2798 100644 --- a/library/main/res/values/styles.xml +++ b/library/main/res/values/styles.xml @@ -37,7 +37,9 @@ - +