summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKunal <shindek@google.com>2020-06-16 23:40:23 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-16 23:40:23 +0000
commit135ff2d590048f0f9275cf68b6757e1c99bff245 (patch)
treec57678c49c3190ece8211776c7a27c833a99dca0
parentdfcf938b9d666fd5c8202a67868bbbc64e46d5f3 (diff)
parentd283c4e748699e289e268d549f01ef65fbe9da4b (diff)
downloadteeui-135ff2d590048f0f9275cf68b6757e1c99bff245.tar.gz
Change layout to address failing portability tests. am: aa62b6cb40 am: 3a499b7c5e am: fa8ef9a368 am: 80e5b642bb am: d283c4e748
Original change: https://android-review.googlesource.com/c/platform/system/teeui/+/1329356 Change-Id: Iab54a0cae69cc0224e7ecc7e0a4e99416e3502a0
-rw-r--r--libteeui/example/layout/phys_button_layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libteeui/example/layout/phys_button_layout.h b/libteeui/example/layout/phys_button_layout.h
index a3f1fe7..70aa15b 100644
--- a/libteeui/example/layout/phys_button_layout.h
+++ b/libteeui/example/layout/phys_button_layout.h
@@ -105,7 +105,7 @@ FontSize(24_dp);
LineHeight(24_dp);
NumberOfLines(1);
Dimension(LabelWidth, HeightFromLines);
-Position(BorderWidth, BOTTOM_EDGE_OF(LabelCancel) + 60_dp);
+Position(BorderWidth, BOTTOM_EDGE_OF(LabelCancel) + 40_dp);
DefaultText("A"); // ShieldTTF has just one glyph at the code point for capital A
TextColor(ShieldColor());
Font(FONT(Shield));