Skip to content

Instantly share code, notes, and snippets.

@lukelorusso
Created July 25, 2020 16:48
Show Gist options
  • Save lukelorusso/be35aab09b8807842ac86ba9db42fc7e to your computer and use it in GitHub Desktop.
Save lukelorusso/be35aab09b8807842ac86ba9db42fc7e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/itemBase10TextView"
android:layout_width="@dimen/item_fixed_width"
android:layout_height="wrap_content"
android:background="#E0FCFF"
android:gravity="center"
android:padding="15dp"
tools:text="0" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment