From 5b282966ee2ce7cfd877061788488089232c326f Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 15 May 2016 22:07:32 +0800 Subject: [PATCH] fix bug in custome styles --- .../res/layout/fragment_draggable_tv_show.xml | 8 ++--- app/src/main/res/layout/fragment_tv_show.xml | 10 +++--- app/src/main/res/layout/fragment_tv_shows.xml | 8 ++--- .../res/layout/header_tv_show_chapters.xml | 2 +- app/src/main/res/layout/row_tv_show.xml | 8 ++--- app/src/main/res/values/styles.xml | 32 ++++++++++--------- 6 files changed, 35 insertions(+), 33 deletions(-) diff --git a/app/src/main/res/layout/fragment_draggable_tv_show.xml b/app/src/main/res/layout/fragment_draggable_tv_show.xml index cad35b7..50ebe9a 100644 --- a/app/src/main/res/layout/fragment_draggable_tv_show.xml +++ b/app/src/main/res/layout/fragment_draggable_tv_show.xml @@ -1,13 +1,13 @@ + style="@style/CustomeStyle.RootView"> + style="@style/CustomeStyle.ProgressBar"/> @@ -29,14 +29,14 @@ + style="@style/CustomeStyle.ListView"/> + style="@style/CustomeStyle.Image.TvShowFranArt"/> diff --git a/app/src/main/res/layout/fragment_tv_show.xml b/app/src/main/res/layout/fragment_tv_show.xml index 6eeda4c..599669c 100644 --- a/app/src/main/res/layout/fragment_tv_show.xml +++ b/app/src/main/res/layout/fragment_tv_show.xml @@ -5,20 +5,20 @@ android:layout_height="match_parent"> + style="@style/CustomeStyle.RootView.Vertical"> + style="@style/CustomeStyle.Image.TvShowFranArt"/> + style="@style/CustomeStyle.ListView"/> @@ -26,13 +26,13 @@ + style="@style/CustomeStyle.ProgressBar"/> + style="@style/CustomeStyle.EmptyCase"/> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_tv_shows.xml b/app/src/main/res/layout/fragment_tv_shows.xml index 979d71e..b5ae93e 100644 --- a/app/src/main/res/layout/fragment_tv_shows.xml +++ b/app/src/main/res/layout/fragment_tv_shows.xml @@ -2,24 +2,24 @@ + style="@style/CustomeStyle.RootView"> + style="@style/CustomeStyle.ProgressBar"/> + style="@style/CustomeStyle.EmptyCase"/> + style="@style/CustomeStyle.GridView"/> diff --git a/app/src/main/res/layout/header_tv_show_chapters.xml b/app/src/main/res/layout/header_tv_show_chapters.xml index d76b284..06d92a2 100644 --- a/app/src/main/res/layout/header_tv_show_chapters.xml +++ b/app/src/main/res/layout/header_tv_show_chapters.xml @@ -1,3 +1,3 @@ \ No newline at end of file + style="@style/CustomeStyle.TextListViewHeader"/> \ No newline at end of file diff --git a/app/src/main/res/layout/row_tv_show.xml b/app/src/main/res/layout/row_tv_show.xml index 97fc285..e41ce4b 100644 --- a/app/src/main/res/layout/row_tv_show.xml +++ b/app/src/main/res/layout/row_tv_show.xml @@ -1,21 +1,21 @@ + style="@style/CustomeStyle.TvShow"> + style="@style/CustomeStyle.Title.TvShow"/> + style="@style/CustomeStyle.Subtitle.TvShow"/> \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 80cad8c..65f85ab 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -6,35 +6,37 @@ + + - - - - - - - - - - - - - -