Skip to content

Instantly share code, notes, and snippets.

@AlexMisiulia
Created December 17, 2019 19:57
Show Gist options
  • Save AlexMisiulia/1f39b86d1fba8e37b569f76eeab75b6d to your computer and use it in GitHub Desktop.
Save AlexMisiulia/1f39b86d1fba8e37b569f76eeab75b6d to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:theme="@style/TextTextViewTheme"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/text1TextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:text="Test primary text"
style="?attr/textTextViewText1Style"/>
<TextView
android:id="@+id/text2TextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:text="Test secondary text"
style="?attr/textTextViewText2Style" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment