Skip to content

Instantly share code, notes, and snippets.

@muzafakar
Created December 5, 2019 23:44
Show Gist options
  • Save muzafakar/52ba5dff6144dc93e67b3d1589420ba8 to your computer and use it in GitHub Desktop.
Save muzafakar/52ba5dff6144dc93e67b3d1589420ba8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@android:color/white"
android:orientation="vertical"
android:layout_margin="8dp"
android:padding="4dp">
<TextView
android:id="@+id/tvUsername"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:text="zulfakar" />
<TextView
android:id="@+id/tvMessage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@android:color/black"
android:textSize="16sp"
tools:text="Assalamu'alaikum" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment