Loading res/values-night/colors.xml +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ <color name="albumset_background">@color/default_background</color> <color name="details_text_color">@color/primary_text</color> <color name="empty_text">@color/primary_text</color> <color name="multiselect_action_text_color">@color/primary_text</color> <color name="multiselect_background">@color/primary</color> Loading res/values/colors.xml +2 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,8 @@ <color name="navigation_accent_enabled">@color/white</color> <color name="details_text_color">@color/black_transparent_4</color> <color name="empty_text">@color/black_transparent_4</color> <color name="multiselect_action_text_color">@color/black_transparent_4</color> <color name="multiselect_icon_color">@color/black</color> </resources> src/com/android/gallery3d/app/AlbumPage.java +1 −1 Original line number Diff line number Diff line Loading @@ -974,7 +974,7 @@ public class AlbumPage extends ActivityState implements GalleryActionBar.Cluster if (tvEmptyAlbum == null) { tvEmptyAlbum = new TextView(mActivity); tvEmptyAlbum.setText(R.string.tvEmptyVideos); tvEmptyAlbum.setTextColor(Color.parseColor("#8A000000")); tvEmptyAlbum.setTextColor(mActivity.getResources().getColor(R.color.empty_text)); tvEmptyAlbum.setGravity(Gravity.CENTER); tvEmptyAlbum.setTextSize(TypedValue.COMPLEX_UNIT_SP, 20); RelativeLayout.LayoutParams lp = new RelativeLayout.LayoutParams( Loading src/com/android/gallery3d/app/AlbumSetPage.java +1 −1 Original line number Diff line number Diff line Loading @@ -258,7 +258,7 @@ public class AlbumSetPage extends ActivityState implements if (tvEmptyAlbum == null) { tvEmptyAlbum = new TextView(mActivity); tvEmptyAlbum.setText(R.string.tvEmptyAlbum); tvEmptyAlbum.setTextColor(Color.parseColor("#8A000000")); tvEmptyAlbum.setTextColor(mActivity.getResources().getColor(R.color.empty_text)); tvEmptyAlbum.setGravity(Gravity.CENTER); tvEmptyAlbum.setTextSize(TypedValue.COMPLEX_UNIT_SP, 20); tvEmptyAlbum.setId(R.id.empty_album); Loading src/com/android/gallery3d/app/TimeLinePage.java +1 −1 Original line number Diff line number Diff line Loading @@ -878,7 +878,7 @@ public class TimeLinePage extends ActivityState implements if (tvEmptyAlbum == null) { tvEmptyAlbum = new TextView(mActivity); tvEmptyAlbum.setText(R.string.tvEmptyAlbum); tvEmptyAlbum.setTextColor(Color.parseColor("#8A000000")); tvEmptyAlbum.setTextColor(mActivity.getResources().getColor(R.color.empty_text)); tvEmptyAlbum.setGravity(Gravity.CENTER); tvEmptyAlbum.setTextSize(TypedValue.COMPLEX_UNIT_SP, 20); RelativeLayout.LayoutParams lp = new RelativeLayout.LayoutParams( Loading Loading
res/values-night/colors.xml +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ <color name="albumset_background">@color/default_background</color> <color name="details_text_color">@color/primary_text</color> <color name="empty_text">@color/primary_text</color> <color name="multiselect_action_text_color">@color/primary_text</color> <color name="multiselect_background">@color/primary</color> Loading
res/values/colors.xml +2 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,8 @@ <color name="navigation_accent_enabled">@color/white</color> <color name="details_text_color">@color/black_transparent_4</color> <color name="empty_text">@color/black_transparent_4</color> <color name="multiselect_action_text_color">@color/black_transparent_4</color> <color name="multiselect_icon_color">@color/black</color> </resources>
src/com/android/gallery3d/app/AlbumPage.java +1 −1 Original line number Diff line number Diff line Loading @@ -974,7 +974,7 @@ public class AlbumPage extends ActivityState implements GalleryActionBar.Cluster if (tvEmptyAlbum == null) { tvEmptyAlbum = new TextView(mActivity); tvEmptyAlbum.setText(R.string.tvEmptyVideos); tvEmptyAlbum.setTextColor(Color.parseColor("#8A000000")); tvEmptyAlbum.setTextColor(mActivity.getResources().getColor(R.color.empty_text)); tvEmptyAlbum.setGravity(Gravity.CENTER); tvEmptyAlbum.setTextSize(TypedValue.COMPLEX_UNIT_SP, 20); RelativeLayout.LayoutParams lp = new RelativeLayout.LayoutParams( Loading
src/com/android/gallery3d/app/AlbumSetPage.java +1 −1 Original line number Diff line number Diff line Loading @@ -258,7 +258,7 @@ public class AlbumSetPage extends ActivityState implements if (tvEmptyAlbum == null) { tvEmptyAlbum = new TextView(mActivity); tvEmptyAlbum.setText(R.string.tvEmptyAlbum); tvEmptyAlbum.setTextColor(Color.parseColor("#8A000000")); tvEmptyAlbum.setTextColor(mActivity.getResources().getColor(R.color.empty_text)); tvEmptyAlbum.setGravity(Gravity.CENTER); tvEmptyAlbum.setTextSize(TypedValue.COMPLEX_UNIT_SP, 20); tvEmptyAlbum.setId(R.id.empty_album); Loading
src/com/android/gallery3d/app/TimeLinePage.java +1 −1 Original line number Diff line number Diff line Loading @@ -878,7 +878,7 @@ public class TimeLinePage extends ActivityState implements if (tvEmptyAlbum == null) { tvEmptyAlbum = new TextView(mActivity); tvEmptyAlbum.setText(R.string.tvEmptyAlbum); tvEmptyAlbum.setTextColor(Color.parseColor("#8A000000")); tvEmptyAlbum.setTextColor(mActivity.getResources().getColor(R.color.empty_text)); tvEmptyAlbum.setGravity(Gravity.CENTER); tvEmptyAlbum.setTextSize(TypedValue.COMPLEX_UNIT_SP, 20); RelativeLayout.LayoutParams lp = new RelativeLayout.LayoutParams( Loading