From 18e44db7ae4cff20d1b320bd8f994b86856b2871 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 15 Apr 2015 19:23:02 +0200 Subject: Overall continuation of development --- app/src/main/res/layout/pager_content_dailymeditation.xml | 3 +-- app/src/main/res/layout/pager_content_dailyreading.xml | 6 ++---- app/src/main/res/layout/pager_content_podcast_item.xml | 6 ++++-- app/src/main/res/values-w820dp/dimens.xml | 8 ++++---- app/src/main/res/values/dimens.xml | 7 ++++--- 5 files changed, 15 insertions(+), 15 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/pager_content_dailymeditation.xml b/app/src/main/res/layout/pager_content_dailymeditation.xml index 2d096f0..234819b 100644 --- a/app/src/main/res/layout/pager_content_dailymeditation.xml +++ b/app/src/main/res/layout/pager_content_dailymeditation.xml @@ -31,8 +31,7 @@ android:text="Daily Meditation" android:id="@+id/textDailyMeditation" android:layout_gravity="left|top" - android:layout_marginBottom="10dp" - android:textIsSelectable="true"/> + android:layout_marginBottom="10dp"/> \ No newline at end of file diff --git a/app/src/main/res/layout/pager_content_dailyreading.xml b/app/src/main/res/layout/pager_content_dailyreading.xml index 2297baa..28fca31 100644 --- a/app/src/main/res/layout/pager_content_dailyreading.xml +++ b/app/src/main/res/layout/pager_content_dailyreading.xml @@ -31,8 +31,7 @@ android:text="Daily Reading" android:id="@+id/textDailyReading" android:layout_gravity="left|top" - android:layout_marginBottom="10dp" - android:textIsSelectable="true"/> + android:layout_marginBottom="10dp"/> + android:layout_gravity="left|top"/> \ No newline at end of file diff --git a/app/src/main/res/layout/pager_content_podcast_item.xml b/app/src/main/res/layout/pager_content_podcast_item.xml index 22e45d0..90e150a 100644 --- a/app/src/main/res/layout/pager_content_podcast_item.xml +++ b/app/src/main/res/layout/pager_content_podcast_item.xml @@ -2,12 +2,14 @@ + android:orientation="vertical" + android:padding="@dimen/podcast_row_padding"> + android:layout_height="wrap_content" + android:textSize="@dimen/large_text_size"/> - - 64dp + + 20dp + 32sp + diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 47c8224..8486494 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -1,5 +1,6 @@ - - 16dp - 16dp + + 10dp + 18sp + -- cgit v1.2.3