From 9c7826fadc013948e29f9456c1ea86458cea1e34 Mon Sep 17 00:00:00 2001 From: serso Date: Fri, 30 May 2014 14:00:36 +0200 Subject: [PATCH] Paddings for ListView added --- android-app-core/res/values/theme_gray.xml | 2 ++ android-app/res/layout/math_entity.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/android-app-core/res/values/theme_gray.xml b/android-app-core/res/values/theme_gray.xml index a203bf86..af6c5852 100644 --- a/android-app-core/res/values/theme_gray.xml +++ b/android-app-core/res/values/theme_gray.xml @@ -63,6 +63,8 @@ match_parent 1 none + @dimen/cpp_pane_padding + @dimen/cpp_pane_padding @dimen/cpp_pane_padding diff --git a/android-app/res/layout/math_entity.xml b/android-app/res/layout/math_entity.xml index 7e05e3fd..c58b1378 100644 --- a/android-app/res/layout/math_entity.xml +++ b/android-app/res/layout/math_entity.xml @@ -26,7 +26,7 @@ a:layout_height="wrap_content" a:layout_width="match_parent" style="?cpp_fragment_list_view_item_style" - a:paddingBottom="@dimen/cpp_pane_padding" + a:padding="@dimen/cpp_pane_padding" a:orientation="horizontal">