This repository was archived by the owner on Nov 25, 2020. It is now read-only.
forked from atm1504/Github_Profile_APP
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathactivity_main.xml
More file actions
34 lines (34 loc) · 1.42 KB
/
activity_main.xml
File metadata and controls
34 lines (34 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".MainActivity">
<Button
android:id="@+id/ViewProfileButton"
android:textColor="#FFFFFF"
android:background="#000000"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginStart="129dp"
android:layout_marginEnd="146dp"
android:layout_marginBottom="181dp"
android:text="@string/view_profile2" />
<EditText
android:id="@+id/TypeGithubHandle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/button3"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="true"
android:layout_marginStart="115dp"
android:layout_marginTop="207dp"
android:layout_marginEnd="100dp"
android:layout_marginBottom="121dp"
android:text="Github Handle" />
</RelativeLayout>