Advertisement
Chinedum

Activityc.xml

Jul 16th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.73 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.    xmlns:tools="http://schemas.android.com/tools"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="match_parent"
  7.    tools:context=".ActivityC">
  8.  
  9.     <ImageView
  10.        android:id="@+id/imageView"
  11.        android:layout_width="175dp"
  12.        android:layout_height="194dp"
  13.        android:layout_alignParentStart="true"
  14.        android:layout_alignParentTop="true"
  15.        android:layout_alignParentEnd="true"
  16.        android:layout_alignParentBottom="true"
  17.        android:layout_marginStart="114dp"
  18.        android:layout_marginTop="70dp"
  19.        android:layout_marginEnd="122dp"
  20.        android:layout_marginBottom="467dp"
  21.        android:visibility="visible"
  22.        android:contentDescription="@string/chinedum_jpg"
  23.        app:srcCompat="@android:color/background_light" />
  24.  
  25.     <TextView
  26.        android:id="@+id/textView1"
  27.        android:layout_width="wrap_content"
  28.        android:layout_height="wrap_content"
  29.        android:layout_alignParentStart="true"
  30.        android:layout_alignParentTop="true"
  31.        android:layout_marginStart="164dp"
  32.        android:layout_marginTop="288dp"
  33.        android:layout_marginEnd="80dp"
  34.        android:layout_marginBottom="311dp"
  35.        android:text="@string/chinedum_ugorji" />
  36.  
  37.     <TextView
  38.        android:id="@+id/textView2"
  39.        android:layout_width="wrap_content"
  40.        android:layout_height="wrap_content"
  41.        android:layout_alignParentStart="true"
  42.        android:layout_alignParentTop="true"
  43.        android:layout_marginStart="40dp"
  44.        android:layout_marginTop="336dp"
  45.        android:layout_marginEnd="80dp"
  46.        android:layout_marginBottom="311dp"
  47.        android:text="@string/track_android" />
  48.  
  49.     <TextView
  50.        android:id="@+id/textView3"
  51.        android:layout_width="wrap_content"
  52.        android:layout_height="wrap_content"
  53.        android:layout_alignParentStart="true"
  54.        android:layout_alignParentTop="true"
  55.        android:layout_marginStart="38dp"
  56.        android:layout_marginTop="376dp"
  57.        android:layout_marginEnd="80dp"
  58.        android:layout_marginBottom="311dp"
  59.        android:text="@string/country_nigeria" />
  60.  
  61.     <TextView
  62.        android:id="@+id/textView4"
  63.        android:layout_width="wrap_content"
  64.        android:layout_height="wrap_content"
  65.        android:layout_alignParentStart="true"
  66.        android:layout_alignParentTop="true"
  67.        android:layout_marginStart="36dp"
  68.        android:layout_marginTop="425dp"
  69.        android:layout_marginEnd="80dp"
  70.        android:layout_marginBottom="311dp"
  71.        android:text="@string/email_chinedum_ugorji_gmail_com" />
  72.  
  73.     <TextView
  74.        android:id="@+id/textView5"
  75.        android:layout_width="wrap_content"
  76.        android:layout_height="wrap_content"
  77.        android:layout_alignParentStart="true"
  78.        android:layout_alignParentTop="true"
  79.        android:layout_marginStart="38dp"
  80.        android:layout_marginTop="464dp"
  81.        android:layout_marginEnd="80dp"
  82.        android:layout_marginBottom="311dp"
  83.        android:text="@string/phone_number_08037971379" />
  84.  
  85.     <TextView
  86.        android:id="@+id/textView6"
  87.        android:layout_width="wrap_content"
  88.        android:layout_height="wrap_content"
  89.        android:layout_alignParentStart="true"
  90.        android:layout_alignParentTop="true"
  91.        android:layout_marginStart="34dp"
  92.        android:layout_marginTop="516dp"
  93.        android:layout_marginEnd="80dp"
  94.        android:layout_marginBottom="311dp"
  95.        android:text="@string/slack_username_chinedumu" />
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement