Percobaan memposting blog


Percobaan memposting blog

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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="horizontal"
tools:context=".MainActivity"
android:background="#03A9F4">
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Muhammad Amfahtori Wijarnoko"
android:textColor="#000"
android:background="#009688" />
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="170441100012"
android:textColor="#000"
android:textAlignment="center"
android:background="#FFEB3B" />
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Sistem Informasi 2017"
android:textColor="#000"
android:textAlignment="center"
android:background="#FF5722"/>
</LinearLayout>
Hasil :
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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="wrap_content"
android:orientation="vertical"
tools:context=".MainActivity"
android:background="#03A9F4">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Muhammad Amfahtori Wijarnoko"
android:textColor="#000"
android:textAlignment="center"
android:background="#009688"
android:layout_marginTop="10dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="170441100012"
android:textColor="#000"
android:textAlignment="center"
android:background="#FFEB3B"
android:layout_marginTop="10dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Sistem Informasi 2017"
android:textColor="#000"
android:textAlignment="center"
android:background="#FF5722"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp" />
</LinearLayout>
Hasil :