Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created September 19, 2017 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssaurel/702c292609c66a8516b63a17b901f26f to your computer and use it in GitHub Desktop.
Save ssaurel/702c292609c66a8516b63a17b901f26f to your computer and use it in GitHub Desktop.
Key preview for the System Keyboard tutorial on the SSaurel's Channel
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:background="@android:color/white"
android:textColor="@color/colorPrimary"
android:textSize="30sp">
</TextView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment