Skip to content

Instantly share code, notes, and snippets.

@myrickchow32
Created August 11, 2019 10:40
Show Gist options
  • Save myrickchow32/ef80b2e26f91b220ec46bfdccb487d2e to your computer and use it in GitHub Desktop.
Save myrickchow32/ef80b2e26f91b220ec46bfdccb487d2e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
...
android:id="@+id/backgroundFrameLayout"
android:padding="16dp">
<TextView
...
android:id="@+id/titleTextView"
android:drawableStart="@drawable/correct"
tools:text="This is the message"/>
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment