From a62be6823bff54df6af63bccf485c2a2e22ed7a0 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sat, 30 Nov 2019 16:11:56 +0200 Subject: [PATCH] style the simulation watermark to stretch requires API 26, so also set a larger default textSize for those not lucky to have modern Android --- .../res/layout/activity_new_transaction.xml | 40 ++++++++++--------- app/src/main/res/values-v26/styles.xml | 23 +++++++++++ app/src/main/res/values/styles.xml | 1 + 3 files changed, 45 insertions(+), 19 deletions(-) create mode 100644 app/src/main/res/values-v26/styles.xml diff --git a/app/src/main/res/layout/activity_new_transaction.xml b/app/src/main/res/layout/activity_new_transaction.xml index bb5eb3ad..3ff1415a 100644 --- a/app/src/main/res/layout/activity_new_transaction.xml +++ b/app/src/main/res/layout/activity_new_transaction.xml @@ -27,6 +27,27 @@ android:layout_height="match_parent" android:animateLayoutChanges="true"> + + - - \ No newline at end of file diff --git a/app/src/main/res/values-v26/styles.xml b/app/src/main/res/values-v26/styles.xml new file mode 100644 index 00000000..25f15fb8 --- /dev/null +++ b/app/src/main/res/values-v26/styles.xml @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index e0df401f..f9be6d32 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -28,6 +28,7 @@ @android:color/tab_indicator_text + -- 2.39.2