Guest User

Untitled

a guest
Nov 11th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.92 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:app="http://schemas.android.com/apk/res-auto"
  4.    android:orientation="vertical" android:layout_width="match_parent"
  5.    android:layout_height="match_parent">
  6.  
  7.  
  8.     <TextView
  9.        android:id="@+id/textView"
  10.        android:layout_width="134dp"
  11.        android:layout_height="148dp"
  12.  
  13.  
  14.        android:layout_alignParentStart="true"
  15.        android:layout_alignParentTop="true"
  16.  
  17.        android:layout_alignParentEnd="true"
  18.        android:layout_alignParentBottom="true"
  19.        android:layout_marginStart="120dp"
  20.        android:layout_marginTop="0dp"
  21.        android:layout_marginEnd="120dp"
  22.  
  23.        android:layout_marginBottom="683dp"
  24.        android:background="@color/white"
  25.        android:elevation="5dp"
  26.        android:fontFamily="@font/roboto"
  27.        android:gravity="center"
  28.        android:text="@string/summary"
  29.        android:textColor="@color/orange_text" />
  30.  
  31.     <RelativeLayout
  32.        android:id="@+id/relativeLayout"
  33.        android:layout_width="370dp"
  34.        android:layout_height="136dp"
  35.        android:layout_alignParentStart="true"
  36.        android:layout_alignParentEnd="true"
  37.        android:layout_marginStart="24dp"
  38.        android:layout_marginTop="20dp"
  39.        android:layout_marginEnd="17dp"
  40.        android:background="@drawable/background_cardview">
  41.  
  42.  
  43.     </RelativeLayout>
  44.  
  45.     <ListView
  46.        android:layout_width="364dp"
  47.        android:layout_height="536dp"
  48.  
  49.        android:layout_below="@+id/relativeLayout"
  50.        android:layout_alignParentStart="true"
  51.        android:layout_alignParentEnd="true"
  52.        android:layout_alignParentBottom="true"
  53.        android:layout_marginStart="20dp"
  54.        android:layout_marginTop="5dp"
  55.        android:layout_marginEnd="20dp"
  56.        android:layout_marginBottom="34dp" />
  57.  
  58.  
  59. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment