summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKunal <shindek@google.com>2020-06-16 22:54:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-16 22:54:36 +0000
commitfa8ef9a36806deaaa2dac1ccbfd62c61d0144ee9 (patch)
treec57678c49c3190ece8211776c7a27c833a99dca0
parent5b0f100a12edbaf203c783ba7cbb653c8760af60 (diff)
parent3a499b7c5e85b09b859839afd3c50e3558e35b4a (diff)
downloadteeui-fa8ef9a36806deaaa2dac1ccbfd62c61d0144ee9.tar.gz
Change layout to address failing portability tests. am: aa62b6cb40 am: 3a499b7c5e
Original change: https://android-review.googlesource.com/c/platform/system/teeui/+/1329356 Change-Id: I97b3ecd24150940cc491514ec598a95e761a4f5b
-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));