Created
August 21, 2014 17:32
-
-
Save srcreigh/e80812d0d0e031a748a6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<com.hackthenorth.android.ui.component.TextView | |
android:id="@+id/title" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_marginBottom="16dp" | |
android:textColor="@color/text_color_primary" | |
android:fontFamily="sans-serif" | |
android:textStyle="bold" | |
android:textSize="18sp" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment