Advertisement
exsrafif

activity_testimoni

Dec 12th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    xmlns:app="http://schemas.android.com/apk/res-auto"
  5.    xmlns:tools="http://schemas.android.com/tools"
  6.    android:layout_width="match_parent"
  7.    android:layout_height="match_parent"
  8.    android:background="@drawable/background4"
  9.    android:orientation="vertical"
  10.    tools:context=".Testimoni">
  11.  
  12.     <ScrollView
  13.        android:layout_width="fill_parent"
  14.        android:layout_height="fill_parent">
  15.  
  16.         <LinearLayout
  17.            android:layout_width="fill_parent"
  18.            android:layout_height="fill_parent"
  19.            android:layout_marginLeft="10dp"
  20.            android:layout_marginTop="10dp"
  21.            android:layout_marginRight="10dp"
  22.            android:layout_marginBottom="10dp"
  23.            android:orientation="vertical">
  24.  
  25.             <RelativeLayout
  26.                android:layout_width="fill_parent"
  27.                android:layout_height="fill_parent"
  28.                android:layout_marginLeft="10dp"
  29.                android:layout_marginTop="10dp"
  30.                android:layout_marginRight="10dp"
  31.                android:layout_marginBottom="10dp">
  32.  
  33.                 <LinearLayout
  34.                    android:layout_width="match_parent"
  35.                    android:layout_height="wrap_content"
  36.                    android:gravity="center"
  37.                    android:orientation="vertical">
  38.  
  39.                     <ImageView
  40.                        android:layout_width="150dp"
  41.                        android:layout_height="100dp"
  42.                        android:src="@drawable/kfc" />
  43.  
  44.                     <RatingBar
  45.                        android:layout_width="250dp"
  46.                        android:layout_height="wrap_content" />
  47.  
  48.                     <TextView
  49.                        android:layout_width="match_parent"
  50.                        android:layout_height="wrap_content"
  51.                        android:text="Lorem Ipsum is simply dummy text of the printing and typesting industry"
  52.                        android:textAlignment="center" />
  53.  
  54.                 </LinearLayout>
  55.  
  56.             </RelativeLayout>
  57.  
  58.             <RelativeLayout
  59.                android:layout_width="fill_parent"
  60.                android:layout_height="fill_parent"
  61.                android:layout_marginLeft="10dp"
  62.                android:layout_marginTop="10dp"
  63.                android:layout_marginRight="10dp"
  64.                android:layout_marginBottom="10dp">
  65.  
  66.                 <LinearLayout
  67.                    android:layout_width="match_parent"
  68.                    android:layout_height="wrap_content"
  69.                    android:gravity="center"
  70.                    android:orientation="vertical">
  71.  
  72.                     <ImageView
  73.                        android:layout_width="150dp"
  74.                        android:layout_height="100dp"
  75.                        android:src="@drawable/nasgorgila" />
  76.  
  77.                     <RatingBar
  78.                        android:layout_width="250dp"
  79.                        android:layout_height="wrap_content" />
  80.  
  81.                     <TextView
  82.                        android:layout_width="match_parent"
  83.                        android:layout_height="wrap_content"
  84.                        android:text="Lorem Ipsum is simply dummy text of the printing and typesting industry"
  85.                        android:textAlignment="center" />
  86.  
  87.                 </LinearLayout>
  88.  
  89.             </RelativeLayout>
  90.  
  91.             <RelativeLayout
  92.                android:layout_width="fill_parent"
  93.                android:layout_height="fill_parent"
  94.                android:layout_marginLeft="10dp"
  95.                android:layout_marginTop="10dp"
  96.                android:layout_marginRight="10dp"
  97.                android:layout_marginBottom="10dp">
  98.  
  99.                 <LinearLayout
  100.                    android:layout_width="match_parent"
  101.                    android:layout_height="wrap_content"
  102.                    android:gravity="center"
  103.                    android:orientation="vertical">
  104.  
  105.                     <ImageView
  106.                        android:layout_width="150dp"
  107.                        android:layout_height="100dp"
  108.                        android:src="@drawable/domino" />
  109.  
  110.                     <RatingBar
  111.                        android:layout_width="250dp"
  112.                        android:layout_height="wrap_content" />
  113.  
  114.                     <TextView
  115.                        android:layout_width="match_parent"
  116.                        android:layout_height="wrap_content"
  117.                        android:text="Lorem Ipsum is simply dummy text of the printing and typesting industry"
  118.                        android:textAlignment="center" />
  119.  
  120.                 </LinearLayout>
  121.  
  122.             </RelativeLayout>
  123.  
  124.             <RelativeLayout
  125.                android:layout_width="fill_parent"
  126.                android:layout_height="fill_parent"
  127.                android:layout_marginLeft="10dp"
  128.                android:layout_marginTop="10dp"
  129.                android:layout_marginRight="10dp"
  130.                android:layout_marginBottom="10dp">
  131.  
  132.                 <LinearLayout
  133.                    android:layout_width="match_parent"
  134.                    android:layout_height="wrap_content"
  135.                    android:gravity="center"
  136.                    android:orientation="vertical">
  137.  
  138.                     <ImageView
  139.                        android:layout_width="150dp"
  140.                        android:layout_height="100dp"
  141.                        android:src="@drawable/pecelayam" />
  142.  
  143.                     <RatingBar
  144.                        android:layout_width="250dp"
  145.                        android:layout_height="wrap_content" />
  146.  
  147.                     <TextView
  148.                        android:layout_width="match_parent"
  149.                        android:layout_height="wrap_content"
  150.                        android:text="Lorem Ipsum is simply dummy text of the printing and typesting industry"
  151.                        android:textAlignment="center" />
  152.  
  153.                 </LinearLayout>
  154.  
  155.             </RelativeLayout>
  156.  
  157.             <RelativeLayout
  158.                android:layout_width="fill_parent"
  159.                android:layout_height="fill_parent"
  160.                android:layout_marginLeft="10dp"
  161.                android:layout_marginTop="10dp"
  162.                android:layout_marginRight="10dp"
  163.                android:layout_marginBottom="10dp">
  164.  
  165.                 <LinearLayout
  166.                    android:layout_width="match_parent"
  167.                    android:layout_height="wrap_content"
  168.                    android:gravity="center"
  169.                    android:orientation="vertical">
  170.  
  171.                     <ImageView
  172.                        android:layout_width="150dp"
  173.                        android:layout_height="100dp"
  174.                        android:src="@drawable/pizza" />
  175.  
  176.                     <RatingBar
  177.                        android:layout_width="250dp"
  178.                        android:layout_height="wrap_content" />
  179.  
  180.                     <TextView
  181.                        android:layout_width="match_parent"
  182.                        android:layout_height="wrap_content"
  183.                        android:text="Lorem Ipsum is simply dummy text of the printing and typesting industry"
  184.                        android:textAlignment="center" />
  185.  
  186.                 </LinearLayout>
  187.  
  188.             </RelativeLayout>
  189.  
  190.         </LinearLayout>
  191.  
  192.  
  193.     </ScrollView>
  194.  
  195.  
  196. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement