Advertisement
Buffet_Time

Untitled

Apr 14th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <LinearLayout
  4. xmlns:android="http://schemas.android.com/apk/res/android"
  5. xmlns:ads="http://schemas.android.com/apk/res-auto"
  6. xmlns:tools="http://schemas.android.com/tools"
  7. tools:context="com.example.android.soundboard.MainActivity"
  8. android:layout_height="wrap_content"
  9. android:layout_width="match_parent"
  10. android:orientation="vertical"
  11. android:paddingTop="2dp"
  12. android:paddingBottom="2dp"
  13. >
  14.  
  15. <!-- a lot of buttons -->
  16.  
  17. <!-- row 1 -->
  18. <LinearLayout
  19. android:layout_width="match_parent"
  20. android:layout_height="0dp"
  21. android:orientation="horizontal"
  22. android:layout_weight="1"
  23. >
  24.  
  25. <Button
  26. android:text="@string/ethan_bradberry"
  27. android:layout_width="0dp"
  28. android:layout_weight="1"
  29. android:layout_height="wrap_content"
  30. android:id="@+id/button_ethanBradberry"
  31. />
  32.  
  33. <Button
  34. android:text="@string/shut_the_fuck_up"
  35. android:layout_width="0dp"
  36. android:layout_weight="1"
  37. android:layout_height="wrap_content"
  38. android:id="@+id/button_stfu"
  39. />
  40.  
  41. <Button
  42. android:text="@string/HaHa"
  43. android:layout_width="0dp"
  44. android:layout_weight="1"
  45. android:layout_height="wrap_content"
  46. android:id="@+id/button_haha"
  47. />
  48.  
  49. </LinearLayout>
  50.  
  51. <!-- row 2 -->
  52. <LinearLayout
  53. android:layout_width="match_parent"
  54. android:layout_height="0dp"
  55. android:orientation="horizontal"
  56. android:layout_weight="1"
  57. >
  58.  
  59. <Button
  60. android:text="@string/oh_now_i_get_it"
  61. android:layout_width="0dp"
  62. android:layout_height="wrap_content"
  63. android:layout_weight="1"
  64. android:id="@+id/button_ohNowIGetIt"
  65. />
  66.  
  67. <Button
  68. android:text="@string/what_the_fuck"
  69. android:layout_width="0dp"
  70. android:layout_height="wrap_content"
  71. android:layout_weight="1"
  72. android:id="@+id/button_whatTheFuck"
  73. />
  74.  
  75. <Button
  76. android:text="@string/lying"
  77. android:layout_width="0dp"
  78. android:layout_height="wrap_content"
  79. android:layout_weight="1"
  80. android:id="@+id/button_whyTheFuckULyin"
  81. />
  82.  
  83. </LinearLayout>
  84.  
  85. <!-- row 3 -->
  86. <LinearLayout
  87. android:layout_width="match_parent"
  88. android:layout_height="0dp"
  89. android:orientation="horizontal"
  90. android:layout_weight="1"
  91. >
  92.  
  93. <Button
  94. android:text="@string/why_you_haff_be_mad"
  95. android:layout_width="0dp"
  96. android:layout_height="wrap_content"
  97. android:layout_weight="1"
  98. android:id="@+id/button_whyYouHeffBeMad"
  99. />
  100.  
  101. <Button
  102. android:text="@string/nigga_you_gay"
  103. android:layout_width="0dp"
  104. android:layout_height="wrap_content"
  105. android:layout_weight="1"
  106. android:id="@+id/button_niggaYouGay"
  107. />
  108.  
  109. <Button
  110. android:text="@string/hit_marker"
  111. android:layout_width="0dp"
  112. android:layout_height="wrap_content"
  113. android:layout_weight="1"
  114. android:id="@+id/button_hitMarker"
  115. />
  116.  
  117. </LinearLayout>
  118.  
  119. <!-- row 4 -->
  120. <LinearLayout
  121. android:layout_width="match_parent"
  122. android:layout_height="0dp"
  123. android:orientation="horizontal"
  124. android:layout_weight="1"
  125. >
  126.  
  127. <Button
  128. android:text="@string/its_a_trap"
  129. android:layout_width="0dp"
  130. android:layout_height="wrap_content"
  131. android:layout_weight="1"
  132. android:id="@+id/button_itsATrap"
  133. />
  134.  
  135. <Button
  136. android:text="@string/shut_up_and_take_my_money"
  137. android:layout_width="0dp"
  138. android:layout_height="wrap_content"
  139. android:layout_weight="1"
  140. android:id="@+id/button_shutUpAndTakeMyMoney"
  141. />
  142.  
  143. <Button
  144. android:text="@string/_smoke_weed"
  145. android:layout_width="0dp"
  146. android:layout_height="wrap_content"
  147. android:layout_weight="1"
  148. android:id="@+id/button_smokeWeedEveryDay"
  149. />
  150.  
  151. </LinearLayout>
  152.  
  153. <!-- row 5 -->
  154. <LinearLayout
  155. android:layout_width="match_parent"
  156. android:layout_height="0dp"
  157. android:orientation="horizontal"
  158. android:layout_weight="1"
  159. >
  160.  
  161. <Button
  162. android:text="@string/stop"
  163. android:layout_width="0dp"
  164. android:layout_height="wrap_content"
  165. android:layout_weight="1"
  166. android:id="@+id/button_stop"
  167. />
  168.  
  169. <Button
  170. android:text="@string/wow"
  171. android:layout_width="0dp"
  172. android:layout_height="wrap_content"
  173. android:layout_weight="1"
  174. android:id="@+id/button_wow"
  175. />
  176.  
  177. <Button
  178. android:text="@string/twenty_one"
  179. android:layout_width="0dp"
  180. android:layout_height="wrap_content"
  181. android:layout_weight="1"
  182. android:id="@+id/button_twentyOne"
  183. />
  184.  
  185. </LinearLayout>
  186.  
  187. <!-- row 6 -->
  188. <LinearLayout
  189. android:layout_width="match_parent"
  190. android:layout_height="0dp"
  191. android:orientation="horizontal"
  192. android:layout_weight="1"
  193. >
  194.  
  195. <Button
  196. android:text="@string/Surprise_Mother_fucker"
  197. android:layout_width="0dp"
  198. android:layout_height="wrap_content"
  199. android:layout_weight="1"
  200. android:id="@+id/button_surpriseMotherFucker"
  201. />
  202.  
  203. <Button
  204. android:text="@string/another_one"
  205. android:layout_width="0dp"
  206. android:layout_height="wrap_content"
  207. android:layout_weight="1"
  208. android:id="@+id/button_anotherOne"
  209. />
  210.  
  211. <Button
  212. android:text="@string/damn"
  213. android:layout_width="0dp"
  214. android:layout_height="wrap_content"
  215. android:layout_weight="1"
  216. android:id="@+id/button_daaamn"
  217. />
  218.  
  219. </LinearLayout>
  220.  
  221. <!-- row 7 -->
  222. <LinearLayout
  223. android:layout_width="match_parent"
  224. android:layout_height="0dp"
  225. android:orientation="horizontal"
  226. android:layout_weight="1"
  227. >
  228.  
  229. <Button
  230. android:text="@string/hoopla"
  231. android:layout_width="0dp"
  232. android:layout_height="wrap_content"
  233. android:layout_weight="1"
  234. android:id="@+id/button_hoopla"
  235. />
  236.  
  237. <Button
  238. android:text="@string/dontGetIt"
  239. android:layout_width="0dp"
  240. android:layout_height="wrap_content"
  241. android:layout_weight="1"
  242. android:id="@+id/button_i_dont_get_it"
  243. />
  244.  
  245. <Button
  246. android:text="@string/dontNeedIt"
  247. android:layout_width="0dp"
  248. android:layout_height="wrap_content"
  249. android:layout_weight="1"
  250. android:id="@+id/button_i_dont_need_it"
  251. />
  252.  
  253. </LinearLayout>
  254.  
  255. <!-- row 8 -->
  256. <LinearLayout
  257. android:layout_width="match_parent"
  258. android:layout_height="0dp"
  259. android:orientation="horizontal"
  260. android:layout_weight="1"
  261. >
  262.  
  263. <Button
  264. android:text="@string/myLeg"
  265. android:layout_width="0dp"
  266. android:layout_height="wrap_content"
  267. android:layout_weight="1"
  268. android:id="@+id/button_my_leg"
  269. />
  270.  
  271. <Button
  272. android:text="@string/niggaHush"
  273. android:layout_width="0dp"
  274. android:layout_height="wrap_content"
  275. android:layout_weight="1"
  276. android:id="@+id/button_nigga_hush"
  277. />
  278.  
  279. <Button
  280. android:text="@string/soiledIt"
  281. android:layout_width="0dp"
  282. android:layout_height="wrap_content"
  283. android:layout_weight="1"
  284. android:id="@+id/button_soiled_it"
  285. />
  286.  
  287. </LinearLayout>
  288.  
  289. <!-- row 9 -->
  290. <LinearLayout
  291. android:layout_width="match_parent"
  292. android:layout_height="0dp"
  293. android:orientation="horizontal"
  294. android:layout_weight="1"
  295. >
  296.  
  297. <Button
  298. android:text="@string/LoadOfBarnacles"
  299. android:layout_width="0dp"
  300. android:layout_height="wrap_content"
  301. android:layout_weight="1"
  302. android:id="@+id/button_loadOfBarnacles"
  303. />
  304.  
  305. <Button
  306. android:text="@string/tight"
  307. android:layout_width="0dp"
  308. android:layout_height="wrap_content"
  309. android:layout_weight="1"
  310. android:id="@+id/button_tight"
  311. />
  312.  
  313. <Button
  314. android:text="@string/wereWaiting"
  315. android:layout_width="0dp"
  316. android:layout_height="wrap_content"
  317. android:layout_weight="1"
  318. android:id="@+id/button_wereWaiting"
  319. />
  320.  
  321. </LinearLayout>
  322.  
  323. <LinearLayout
  324. android:layout_width="match_parent"
  325. android:layout_height="0dp"
  326. android:orientation="horizontal"
  327. android:layout_weight="1"
  328. >
  329.  
  330. <Button
  331. android:text="@string/pinhead"
  332. android:layout_width="0dp"
  333. android:layout_height="wrap_content"
  334. android:layout_weight="1"
  335. android:id="@+id/button_pinhead"
  336. />
  337.  
  338. <Button
  339. android:text="@string/okaaay"
  340. android:layout_width="0dp"
  341. android:layout_height="wrap_content"
  342. android:layout_weight="1"
  343. android:id="@+id/button_okay"
  344. />
  345.  
  346. <Button
  347. android:text="@string/yeaaah"
  348. android:layout_width="0dp"
  349. android:layout_height="wrap_content"
  350. android:layout_weight="1"
  351. android:id="@+id/button_yeaaah"
  352. />
  353.  
  354. </LinearLayout>
  355.  
  356. <LinearLayout
  357. android:layout_width="match_parent"
  358. android:layout_height="0dp"
  359. android:orientation="horizontal"
  360. android:layout_weight="1"
  361. >
  362.  
  363. <Button
  364. android:text="@string/whaaat"
  365. android:layout_width="0dp"
  366. android:layout_height="wrap_content"
  367. android:layout_weight="1"
  368. android:id="@+id/button_whaaat"
  369. />
  370.  
  371. <Button
  372. android:text="New Button"
  373. android:layout_width="0dp"
  374. android:layout_height="wrap_content"
  375. android:layout_weight="1"
  376. android:id="@+id/button32"
  377. />
  378.  
  379. <Button
  380. android:text="@string/ding"
  381. android:layout_width="0dp"
  382. android:layout_height="wrap_content"
  383. android:layout_weight="1"
  384. android:id="@+id/button_ding"
  385. />
  386.  
  387. </LinearLayout>
  388.  
  389. <!-- Ad -->
  390. <com.google.android.gms.ads.AdView
  391. android:layout_weight="1"
  392. android:layout_gravity="center_horizontal"
  393. ads:adSize="BANNER"
  394. ads:adUnitId="@string/banner_ad_unit_id"
  395. android:layout_width="wrap_content"
  396. android:layout_height="wrap_content"
  397. android:id="@+id/adView"
  398. >
  399.  
  400. </com.google.android.gms.ads.AdView>
  401.  
  402. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement