From: Damyan Ivanov Date: Sat, 30 Nov 2019 14:11:56 +0000 (+0200) Subject: style the simulation watermark to stretch X-Git-Tag: v0.11.0~4 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=a62be6823bff54df6af63bccf485c2a2e22ed7a0 style the simulation watermark to stretch requires API 26, so also set a larger default textSize for those not lucky to have modern Android --- 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 +