Changed the style of text on the tree.

This commit is contained in:
ChronosX88 2019-01-04 21:36:10 +04:00
parent 8653ddbc53
commit 259006d354
No known key found for this signature in database
GPG Key ID: 8F92E090A87804AA
3 changed files with 7 additions and 5 deletions

View File

@ -22,9 +22,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="monospace"
android:textSize="15dp"
android:text="Tree Node" />
android:text="Tree Node"
android:textAppearance="@style/TextAppearance.AppCompat"
android:textSize="18sp" />
</LinearLayout>
</RelativeLayout>

View File

@ -25,7 +25,8 @@
android:layout_gravity="center"
android:fontFamily="monospace"
android:text="Tree Node"
android:textSize="15dp" />
android:textAppearance="@style/TextAppearance.AppCompat"
android:textSize="18sp" />
</LinearLayout>
</RelativeLayout>

View File

@ -20,7 +20,8 @@
android:layout_gravity="center"
android:fontFamily="monospace"
android:text="Tree Node"
android:textSize="15dp" />
android:textAppearance="@style/TextAppearance.AppCompat"
android:textSize="18sp" />
</LinearLayout>
</RelativeLayout>