Loading res/layout/gallery_main.xml +1 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ android:id="@+id/gallery_root" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/primary" android:layout_above="@+id/bottom_navigation"> <!-- Toolbar --> Loading 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(galleryRoot.getResources().getColor(R.color.white, null)); 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(galleryRoot.getResources().getColor(R.color.white, null)); 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(galleryRoot.getResources().getColor(R.color.white, null)); tvEmptyAlbum.setGravity(Gravity.CENTER); tvEmptyAlbum.setTextSize(TypedValue.COMPLEX_UNIT_SP, 20); RelativeLayout.LayoutParams lp = new RelativeLayout.LayoutParams( Loading Loading
res/layout/gallery_main.xml +1 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ android:id="@+id/gallery_root" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/primary" android:layout_above="@+id/bottom_navigation"> <!-- Toolbar --> Loading
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(galleryRoot.getResources().getColor(R.color.white, null)); 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(galleryRoot.getResources().getColor(R.color.white, null)); 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(galleryRoot.getResources().getColor(R.color.white, null)); tvEmptyAlbum.setGravity(Gravity.CENTER); tvEmptyAlbum.setTextSize(TypedValue.COMPLEX_UNIT_SP, 20); RelativeLayout.LayoutParams lp = new RelativeLayout.LayoutParams( Loading