From 04459aa9b73fa6e3ff92cd2f4fba2c2a23a856ea Mon Sep 17 00:00:00 2001 From: str4d Date: Thu, 28 May 2015 11:40:20 +0000 Subject: [PATCH] Layout tweak --- app/src/main/res/layout/listitem_text.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/listitem_text.xml b/app/src/main/res/layout/listitem_text.xml index 6588d0b..dece82e 100644 --- a/app/src/main/res/layout/listitem_text.xml +++ b/app/src/main/res/layout/listitem_text.xml @@ -2,4 +2,7 @@ \ No newline at end of file + android:layout_height="@dimen/listitem_height_one_line" + android:layout_marginLeft="@dimen/listitem_horizontal_margin" + android:layout_marginStart="@dimen/listitem_horizontal_margin" + android:gravity="center_vertical"/> \ No newline at end of file