Created
September 19, 2017 07:45
-
-
Save ssaurel/702c292609c66a8516b63a17b901f26f to your computer and use it in GitHub Desktop.
Key preview for the System Keyboard tutorial on the SSaurel's Channel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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