From ded880001710e493d905dea52047556ca4b6697b Mon Sep 17 00:00:00 2001 From: Alinson Xavier Date: Mon, 14 Mar 2016 19:36:05 -0400 Subject: [PATCH] Extract common style --- app/src/main/res/layout/show_habit.xml | 32 +++++++------------------- app/src/main/res/values/styles.xml | 8 +++++++ 2 files changed, 16 insertions(+), 24 deletions(-) diff --git a/app/src/main/res/layout/show_habit.xml b/app/src/main/res/layout/show_habit.xml index 9cd6bbb40..80ac17515 100644 --- a/app/src/main/res/layout/show_habit.xml +++ b/app/src/main/res/layout/show_habit.xml @@ -65,44 +65,28 @@ android:orientation="horizontal"> + app:textSize="34" + style="@style/repetitionCountStyle"/> + app:textSize="34" + style="@style/repetitionCountStyle"/> + app:textSize="34" + style="@style/repetitionCountStyle"/> + app:textSize="34" + style="@style/repetitionCountStyle"/> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 628b4226a..b1bd0f44f 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -93,4 +93,12 @@ 12dp + +