1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
3     android:layout_height="match_parent">
4 
5     <TextView
6         android:id="@+id/textView"
7         android:layout_width="wrap_content"
8         android:layout_height="wrap_content"
9         android:scaleX="10"
10         android:text="@string/test" />
11 
12 </RelativeLayout>
13