From 2def19b6a38f65eeb39b45755dbdff6b38ac0be0 Mon Sep 17 00:00:00 2001 From: Alen Siljak Date: Fri, 22 May 2015 11:31:48 +0200 Subject: [PATCH] Adding a scrollbar in amount input dialog on small screens. --- res/layout-land/input_amount_dialog.xml | 267 ++++++++++++------------ res/layout/input_amount_dialog.xml | 267 ++++++++++++------------ 2 files changed, 278 insertions(+), 256 deletions(-) diff --git a/res/layout-land/input_amount_dialog.xml b/res/layout-land/input_amount_dialog.xml index 87fd34bd2e..56dbcfa9f2 100644 --- a/res/layout-land/input_amount_dialog.xml +++ b/res/layout-land/input_amount_dialog.xml @@ -58,134 +58,145 @@ android:layout_height="1dp" android:background="@android:color/darker_gray"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:layout_height="wrap_content"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/input_amount_dialog.xml b/res/layout/input_amount_dialog.xml index 1f81e3b33c..5dbbc4a10a 100644 --- a/res/layout/input_amount_dialog.xml +++ b/res/layout/input_amount_dialog.xml @@ -53,134 +53,145 @@ android:layout_height="1dp" android:background="@android:color/darker_gray"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:layout_height="wrap_content"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file