0% found this document useful (0 votes)
28 views3 pages

Beasiswa

Uploaded by

nadia layra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views3 pages

Beasiswa

Uploaded by

nadia layra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

1.

Beasiswa Indonesian Event


Deadline : 21 September 2021
Linktr.ee/Indonesianevent

2. Beasiswa Next Top Scholar


Deadline : 30 September 2021
bit.ly/scholarsNT

3. Beasiswa Desamind 2.0


Deadline : 30 September 2021
http://www.desamind.id/beasiswa

4. Beasiswa PSC Foundation


Deadline : 15 September 2021
http://bit.ly/PendaftaranBeasiswaPSC2021

Contact Person :
Nisa (082229470020)
Nazwal (082377212483)

<?xml version="1.0" encoding="utf-8"?>


<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:id="@+id/mainLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="5dp"
android:paddingRight="5dp"
android:background="@color/viewBgColor"
tools:context=".MainActivity">

<TextView
android:id="@+id/myTextView1"
android:layout_width="match_parent"
android:layout_height="30pt"
android:text="@string/tv1Text"
android:textColor="@color/textColor"
android:textSize="14pt"
android:background="@color/viewBgColor"
android:gravity="center"
android:fontFamily="@font/cambria"
android:textStyle="bold"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<Button
android:id="@+id/convertButton"
android:layout_width="match_parent"
android:layout_height="20pt"
android:layout_below="@id/myTextView1"
android:background="@color/btnColor"
android:fontFamily="@font/lucida"
android:text="@string/btnText"
android:textColor="@color/textColor"
android:textSize="11pt" />
<Space
android:id="@+id/space1"
android:layout_width="match_parent"
android:layout_height="5pt"
android:layout_below="@id/convertButton" />

<LinearLayout
android:id="@+id/child1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_below="@id/space1">

<EditText
android:id="@+id/inputText"
android:layout_width="0dip"
android:layout_height="20pt"
android:layout_weight="0.2"
android:text="@string/inputText"
android:textColor="@color/textColor"
android:textSize="10pt"
android:textStyle="bold"
android:fontFamily="@font/cambria"
android:gravity="center"
android:background="@color/etBgColor"
android:inputType="number"
android:hint="@string/hint" />

<Spinner
android:id="@+id/oriList"
android:layout_width="0dip"
android:layout_height="20pt"
android:layout_weight="0.24"
android:entries="@array/tempList"
android:prompt="@string/inputPrompt"
android:spinnerMode="dialog"
android:gravity="center" />

<TextView
android:id="@+id/myTextView2"
android:layout_width="0dip"
android:layout_height="20pt"
android:layout_weight="0.12"
android:text="@string/tv2Text"
android:textColor="@color/textColor"
android:textSize="14pt"
android:textStyle="bold"
android:fontFamily="@font/cambria"
android:gravity="center" />

<EditText
android:id="@+id/outputText"
android:layout_width="0dip"
android:layout_height="20pt"
android:layout_weight="0.2"
android:text="@string/inputText"
android:textColor="@color/textColor"
android:textSize="10pt"
android:textStyle="bold"
android:fontFamily="@font/cambria"
android:gravity="center"
android:background="@color/etBgColor"
android:inputType="number"
android:enabled="false" />

<Spinner
android:id="@+id/convList"
android:layout_width="0dip"
android:layout_height="20pt"
android:layout_weight="0.24"
android:entries="@array/tempList"
android:prompt="@string/inputPrompt"
android:spinnerMode="dialog"
android:gravity="center" />

</LinearLayout>

<LinearLayout
android:id="@+id/child2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/child1"
android:layout_marginTop="5pt" >

<CheckBox
android:id="@+id/chkRounded"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/chkRound"
android:textSize="8pt"
android:gravity="center"
android:checked="true"/>

<CheckBox
android:id="@+id/chkFormula"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/chkForm"
android:textSize="8pt"
android:gravity="center"/>

</LinearLayout>

</RelativeLayout>

You might also like