diff --git a/greendroid/.gitignore b/greendroid/.gitignore index 37dc7d784..1136241e6 100644 --- a/greendroid/.gitignore +++ b/greendroid/.gitignore @@ -1,4 +1,6 @@ */bin/* */gen/* *.DS_Store -*.pyc \ No newline at end of file +*.pyc +GDCatalog/.project +GreenDroid-GoogleAPIs/.project diff --git a/greendroid/GDCatalog/.classpath b/greendroid/GDCatalog/.classpath index a785243ee..28d6a6ece 100644 --- a/greendroid/GDCatalog/.classpath +++ b/greendroid/GDCatalog/.classpath @@ -3,7 +3,6 @@ - diff --git a/greendroid/GDCatalog/default.properties b/greendroid/GDCatalog/default.properties index 3c8031c8f..2dde05127 100644 --- a/greendroid/GDCatalog/default.properties +++ b/greendroid/GDCatalog/default.properties @@ -10,5 +10,5 @@ # Indicates whether an apk should be generated for each density. split.density=false # Project target. -target=android-4 +target=android-8 android.library.reference.1=../GreenDroid diff --git a/greendroid/GreenDroid-GoogleAPIs/.project b/greendroid/GreenDroid-GoogleAPIs/.project deleted file mode 100644 index 19c45f478..000000000 --- a/greendroid/GreenDroid-GoogleAPIs/.project +++ /dev/null @@ -1,40 +0,0 @@ - - - GreenDroid-GoogleAPIs - - - - - - com.android.ide.eclipse.adt.ResourceManagerBuilder - - - - - com.android.ide.eclipse.adt.PreCompilerBuilder - - - - - org.eclipse.jdt.core.javabuilder - - - - - com.android.ide.eclipse.adt.ApkBuilder - - - - - - com.android.ide.eclipse.adt.AndroidNature - org.eclipse.jdt.core.javanature - - - - GreenDroid_src - 2 - _android_GreenDroid_612cb559/src - - - diff --git a/greendroid/GreenDroid-GoogleAPIs/default.properties b/greendroid/GreenDroid-GoogleAPIs/default.properties index 935267c0c..e756ce911 100644 --- a/greendroid/GreenDroid-GoogleAPIs/default.properties +++ b/greendroid/GreenDroid-GoogleAPIs/default.properties @@ -8,6 +8,6 @@ # project structure. # Project target. -target=Google Inc.:Google APIs:4 +target=Google Inc.:Google APIs:8 android.library=true android.library.reference.1=../GreenDroid/ diff --git a/greendroid/GreenDroid/res/values-v5/gd_themes.xml b/greendroid/GreenDroid/res/values-v5/gd_themes.xml index afda6e372..a027ea8d9 100644 --- a/greendroid/GreenDroid/res/values-v5/gd_themes.xml +++ b/greendroid/GreenDroid/res/values-v5/gd_themes.xml @@ -40,53 +40,53 @@ @dimen/gd_item_view_padding_left @dimen/gd_separator_item_view_height - @style/GreenDroid.TextItemView - @style/GreenDroid.LongTextItemView - @style/GreenDroid.DescriptionItemView + @style/GreenDroid.Widget.ItemView.TextItemView + @style/GreenDroid.Widget.ItemView.LongTextItemView + @style/GreenDroid.Widget.ItemView.DescriptionItemView - @style/GreenDroid.SeparatorItemView + @style/GreenDroid.Widget.ItemView.SeparatorItemView - @style/GreenDroid.ProgressItemView - @style/GreenDroid.ProgressItemView.Text - @style/GreenDroid.ProgressItemView.ProgressBar - - @style/GreenDroid.DrawableItemView - @style/GreenDroid.DrawableItemView.Text - @style/GreenDroid.DrawableItemView.Drawable + @style/GreenDroid.Widget.ItemView.ProgressItemView + @style/GreenDroid.Widget.ItemView.ProgressItemView.Text + @style/GreenDroid.Widget.ItemView.ProgressItemView.ProgressBar + + @style/GreenDroid.Widget.ItemView.DrawableItemView + @style/GreenDroid.Widget.ItemView.DrawableItemView.Text + @style/GreenDroid.Widget.ItemView.DrawableItemView.Drawable - @style/GreenDroid.SubtitleItemView - @style/GreenDroid.SubtitleItemView.Text - @style/GreenDroid.SubtitleItemView.Subtitle + @style/GreenDroid.Widget.ItemView.SubtitleItemView + @style/GreenDroid.Widget.ItemView.SubtitleItemView.Text + @style/GreenDroid.Widget.ItemView.SubtitleItemView.Subtitle - @style/GreenDroid.SubtextItemView - @style/GreenDroid.SubtextItemView.Text - @style/GreenDroid.SubtextItemView.Subtext + @style/GreenDroid.Widget.ItemView.SubtextItemView + @style/GreenDroid.Widget.ItemView.SubtextItemView.Text + @style/GreenDroid.Widget.ItemView.SubtextItemView.Subtext - @style/GreenDroid.ThumbnailItemView - @style/GreenDroid.ThumbnailItemView.Text - @style/GreenDroid.ThumbnailItemView.Subtitle - @style/GreenDroid.ThumbnailItemView.Thumbnail + @style/GreenDroid.Widget.ItemView.ThumbnailItemView + @style/GreenDroid.Widget.ItemView.ThumbnailItemView.Text + @style/GreenDroid.Widget.ItemView.ThumbnailItemView.Subtitle + @style/GreenDroid.Widget.ItemView.ThumbnailItemView.Thumbnail @android:color/black 14sp @drawable/gd_segment_label @drawable/gd_segment_checkmark - @style/GreenDroid.SegmentedBar - @style/GreenDroid.SegmentedHost + @style/GreenDroid.Widget.SegmentedBar + @style/GreenDroid.Widget.SegmentedHost - @android:color/white - @color/gd_action_bar_tint - @drawable/gd_action_bar_item - @color/gd_action_bar_divider_tint - 1px - @null - @drawable/gd_action_bar_home - - @style/GreenDroid.Widget.ActionBar - @style/GreenDroid.Widget.ActionBar.Title - @style/GreenDroid.Widget.ActionBar.Item - - 38dp + @android:color/white + @color/gd_action_bar_tint + @drawable/gd_action_bar_item + @color/gd_action_bar_divider_tint + 1px + @null + @null + + @style/GreenDroid.Widget.ActionBar + @style/GreenDroid.Widget.ActionBar.Title + @style/GreenDroid.Widget.ActionBar.Item + + 38dp @style/TextAppearance.TabIndicator @drawable/gd_tab_indicator @@ -96,13 +96,5 @@ @style/GreenDroid.Widget.QuickAction.Grid.Item - - - - + \ No newline at end of file