Skip to content

Commit

Permalink
expanded text ads
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Urban committed Oct 27, 2016
1 parent 7f6199d commit 2a26ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public static void main(java.lang.String[] args) {
ads.getAds().add(expandedTextAd);
}

((ExpandedTextAd)(ads.getAds().get(1))).setTitlePart2("Quick & Easy Setu");
((ExpandedTextAd)(ads.getAds().get(1))).setTitlePart2("Quick & Easy Setup");
((ExpandedTextAd)(ads.getAds().get(2))).setTitlePart2("Fast & Simple Setup");
((ExpandedTextAd)(ads.getAds().get(3))).setTitlePart2("");
((ExpandedTextAd)(ads.getAds().get(4))).setTitlePart2("Quick & Easy Setup");
Expand Down

0 comments on commit 2a26ad1

Please sign in to comment.