From 66782222023186f8549f19be8a61fbc46448c019 Mon Sep 17 00:00:00 2001 From: m2049r <30435443+m2049r@users.noreply.github.com> Date: Sat, 23 Sep 2017 22:26:12 +0200 Subject: [PATCH] Bugfix: Generate screen is now scrollable (#84) * generate+detail screens made scrollable * new version --- .idea/misc.xml | 2 +- app/build.gradle | 4 +- app/src/main/res/layout/gen_fragment.xml | 173 +++++++------ .../main/res/layout/gen_review_fragment.xml | 245 +++++++++--------- 4 files changed, 217 insertions(+), 207 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 5d19981..fbb6828 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index dbae8a1..14f2d91 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.m2049r.xmrwallet" minSdkVersion 21 targetSdkVersion 25 - versionCode 16 - versionName "0.8.0.3" + versionCode 17 + versionName "0.8.0.4" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake { diff --git a/app/src/main/res/layout/gen_fragment.xml b/app/src/main/res/layout/gen_fragment.xml index 99e88eb..d6b3273 100644 --- a/app/src/main/res/layout/gen_fragment.xml +++ b/app/src/main/res/layout/gen_fragment.xml @@ -1,107 +1,112 @@ - + android:layout_height="match_parent"> + android:layout_height="match_parent" + android:orientation="vertical"> - + android:orientation="horizontal" + android:weightSum="2"> + + + + + - - - - - - - - - + android:textAlignment="center" /> + + + + + + + + + + +