diff --git a/apps/Tag/AndroidManifest.xml b/apps/Tag/AndroidManifest.xml index 1b1e6b94c..4349180fe 100644 --- a/apps/Tag/AndroidManifest.xml +++ b/apps/Tag/AndroidManifest.xml @@ -23,6 +23,7 @@ package="com.android.apps.tag" > + @@ -39,7 +40,7 @@ @@ -47,5 +48,7 @@ + + diff --git a/apps/Tag/res/drawable-hdpi/ic_menu_desk_clock.png b/apps/Tag/res/drawable-hdpi/ic_menu_desk_clock.png deleted file mode 100644 index 0a82ad669..000000000 Binary files a/apps/Tag/res/drawable-hdpi/ic_menu_desk_clock.png and /dev/null differ diff --git a/apps/Tag/res/drawable-hdpi/ic_tab_selected_starred.png b/apps/Tag/res/drawable-hdpi/ic_tab_selected_starred.png new file mode 100644 index 000000000..d9182b5c7 Binary files /dev/null and b/apps/Tag/res/drawable-hdpi/ic_tab_selected_starred.png differ diff --git a/apps/Tag/res/drawable-hdpi/ic_tab_unselected_starred.png b/apps/Tag/res/drawable-hdpi/ic_tab_unselected_starred.png new file mode 100644 index 000000000..259d2d34a Binary files /dev/null and b/apps/Tag/res/drawable-hdpi/ic_tab_unselected_starred.png differ diff --git a/apps/Tag/res/drawable-mdpi/ic_menu_desk_clock.png b/apps/Tag/res/drawable-mdpi/ic_menu_desk_clock.png deleted file mode 100644 index e4fa67196..000000000 Binary files a/apps/Tag/res/drawable-mdpi/ic_menu_desk_clock.png and /dev/null differ diff --git a/apps/Tag/res/drawable-mdpi/ic_tab_selected_starred.png b/apps/Tag/res/drawable-mdpi/ic_tab_selected_starred.png new file mode 100644 index 000000000..089dfe940 Binary files /dev/null and b/apps/Tag/res/drawable-mdpi/ic_tab_selected_starred.png differ diff --git a/apps/Tag/res/drawable-mdpi/ic_tab_unselected_starred.png b/apps/Tag/res/drawable-mdpi/ic_tab_unselected_starred.png new file mode 100644 index 000000000..32fe67df0 Binary files /dev/null and b/apps/Tag/res/drawable-mdpi/ic_tab_unselected_starred.png differ diff --git a/apps/Tag/res/layout/tag_viewer_list.xml b/apps/Tag/res/drawable/ic_tab_starred.xml similarity index 64% rename from apps/Tag/res/layout/tag_viewer_list.xml rename to apps/Tag/res/drawable/ic_tab_starred.xml index 3d322d539..e84db4a44 100644 --- a/apps/Tag/res/layout/tag_viewer_list.xml +++ b/apps/Tag/res/drawable/ic_tab_starred.xml @@ -1,12 +1,12 @@ - - + + + + + diff --git a/apps/Tag/res/layout/main.xml b/apps/Tag/res/layout/main.xml index 50b2324de..3880a3abe 100644 --- a/apps/Tag/res/layout/main.xml +++ b/apps/Tag/res/layout/main.xml @@ -33,7 +33,6 @@ + android:layout_height="match_parent" /> diff --git a/apps/Tag/res/layout/tag_uri.xml b/apps/Tag/res/layout/tag_uri.xml new file mode 100644 index 000000000..3ce4b2f24 --- /dev/null +++ b/apps/Tag/res/layout/tag_uri.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + diff --git a/apps/Tag/res/layout/tag_viewer.xml b/apps/Tag/res/layout/tag_viewer.xml new file mode 100644 index 000000000..55e2f7d7a --- /dev/null +++ b/apps/Tag/res/layout/tag_viewer.xml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +