From bee371fb6a8c84af75aca27557ef708a2269dbd3 Mon Sep 17 00:00:00 2001 From: d-kunin Date: Thu, 8 Aug 2013 23:27:50 +0300 Subject: [PATCH] [anr] Darker colors theme. --- .../res/layout/fragment_articleinfo_detail.xml | 5 +++++ .../res/layout/fragment_articleinfo_list.xml | 5 +++-- android/res/layout/listitem_article_info.xml | 17 ++++++----------- android/res/values-large/dimens.xml | 3 ++- android/res/values-sw600dp/dimens.xml | 4 ++-- android/res/values/colors.xml | 2 ++ android/res/values/dimens.xml | 3 ++- .../travelguide/ArticleInfoListActivity.java | 1 - 8 files changed, 22 insertions(+), 18 deletions(-) diff --git a/android/res/layout/fragment_articleinfo_detail.xml b/android/res/layout/fragment_articleinfo_detail.xml index ebc870e..67f1a76 100644 --- a/android/res/layout/fragment_articleinfo_detail.xml +++ b/android/res/layout/fragment_articleinfo_detail.xml @@ -62,6 +62,11 @@ android:text="@string/loading" android:textAppearance="?android:attr/textAppearanceSmall" /> + + \ No newline at end of file diff --git a/android/res/layout/fragment_articleinfo_list.xml b/android/res/layout/fragment_articleinfo_list.xml index e21a9e2..6c3b67a 100644 --- a/android/res/layout/fragment_articleinfo_list.xml +++ b/android/res/layout/fragment_articleinfo_list.xml @@ -2,6 +2,7 @@ + android:textAppearance="?android:attr/textAppearanceSmallInverse" /> + android:textAppearance="?android:attr/textAppearanceLargeInverse" /> diff --git a/android/res/layout/listitem_article_info.xml b/android/res/layout/listitem_article_info.xml index 000e10e..375ef08 100644 --- a/android/res/layout/listitem_article_info.xml +++ b/android/res/layout/listitem_article_info.xml @@ -1,14 +1,15 @@ - - diff --git a/android/res/values-large/dimens.xml b/android/res/values-large/dimens.xml index f082661..2c91023 100644 --- a/android/res/values-large/dimens.xml +++ b/android/res/values-large/dimens.xml @@ -3,7 +3,8 @@ 400dp - 90dp + 94dp + 84dp 70dp 50dp 12dp diff --git a/android/res/values-sw600dp/dimens.xml b/android/res/values-sw600dp/dimens.xml index 9b1cabf..4e3e2f2 100644 --- a/android/res/values-sw600dp/dimens.xml +++ b/android/res/values-sw600dp/dimens.xml @@ -3,8 +3,8 @@ 400dp - 90dp - 70dp + 94dp + 84dp 50dp 12dp 6dp diff --git a/android/res/values/colors.xml b/android/res/values/colors.xml index 6c90e6d..2a7972c 100644 --- a/android/res/values/colors.xml +++ b/android/res/values/colors.xml @@ -5,5 +5,7 @@ #666666 #FDF12B #FDF12B + #282828 + #1C1C1C \ No newline at end of file diff --git a/android/res/values/dimens.xml b/android/res/values/dimens.xml index 94a4bbc..e5a412c 100644 --- a/android/res/values/dimens.xml +++ b/android/res/values/dimens.xml @@ -1,7 +1,8 @@ - 67dp + 70dp + 63dp 50dp 34dp 8dp diff --git a/android/src/com/example/travelguide/ArticleInfoListActivity.java b/android/src/com/example/travelguide/ArticleInfoListActivity.java index 6c773bf..a3522c8 100644 --- a/android/src/com/example/travelguide/ArticleInfoListActivity.java +++ b/android/src/com/example/travelguide/ArticleInfoListActivity.java @@ -70,7 +70,6 @@ public class ArticleInfoListActivity extends FragmentActivity implements Article if (mTwoPane) { mArtInfoDetailFragment.setArticleInfo(info); - toogleListVisible(); } else {