H4T3D

Life Hacks - Create Dynamic Image Views

Nov 13th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4.  
  5.  for ($i=2; $i <=20 ; $i++) {
  6.                         # code...
  7.  
  8.  
  9.  
  10. echo "\n<ImageView\n" .
  11.                     "            android:layout_width=\"wrap_content\"\n" .
  12.                     "            android:layout_height=\"match_parent\"\n" .
  13.                     "            android:src=\"@drawable/page".$i."\" />\n";
  14.  
  15.  
  16.                     }
  17.  
  18.  
  19.  
  20. ?>
Add Comment
Please, Sign In to add comment