Skip to content

Commit 80fc404

Browse files
committed
Update thumbnail
1 parent 33e753b commit 80fc404

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/src/main/java/com/f2prateek/dfg/model/DeviceProvider.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ private static ArrayList<Device> generateDevices() {
6666
.setLandOffset(new int[] { 326, 245 })
6767
.setPortOffset(new int[] { 224, 326 })
6868
.setPortSize(new int[] { 800, 1280 })
69-
.setRealSize(new int[] { 800, 1280 })
70-
.setThumbnail(R.drawable.nexus_7_thumb) // TODO : update thumb
71-
.build());
72-
devices.add(new Device.Builder().setId("nexus_7").setName("Nexus 7")
69+
.setRealSize(new int[] { 800, 1280 }).setThumbnail(R.drawable.nexus_7_2013_thumb).build());
70+
devices.add(new Device.Builder().setId("nexus_7")
71+
.setName("Nexus 7")
7372
.setUrl("http://www.android.com/devices/detail/nexus-7")
7473
.setPhysicalSize(7f)
7574
.setDensity("213 dpi")
332 KB
Loading

0 commit comments

Comments
 (0)