From 13bf79060403921b6a55d4509000e3e31284baa8 Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Tue, 18 Oct 2016 13:32:55 -0700 Subject: [PATCH] Move scrollview to be the parent view. In this cl, scroll view was moved to be the parent view for the entire UI rather than only for a subset. Bug: 32009766 Test: visual Change-Id: I9aa8bb88cb39e1ca51737ec88640cc08910c4aef --- res/layout/battery_history_detail.xml | 80 ++++++++++++++------------- 1 file changed, 41 insertions(+), 39 deletions(-) diff --git a/res/layout/battery_history_detail.xml b/res/layout/battery_history_detail.xml index e254711e8af..b782e397c66 100644 --- a/res/layout/battery_history_detail.xml +++ b/res/layout/battery_history_detail.xml @@ -14,54 +14,56 @@ limitations under the License. --> - + android:layout_height="match_parent"> - + android:focusable="true" + android:orientation="vertical"> - + + + + + + + - - - - - - - + android:layout_height="1dp" + android:layout_marginTop="2dp" + android:background="?android:attr/listDivider"/> - + - +