material-components/material-components-android-codelabs

MDC-101

Darious4 opened this issue · 0 comments

Java MDC 101
Step 2.
Shr-login_fragment.xml
in the tutorial it says.
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="132dp"
android:text="@string/shr_app_name"
android:textAllCaps="true"
android:textSize="16sp" />

In the Application when you download the code.

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="132dp"
android:text="@string/shr_app_name"
android:textAllCaps="true"
android:textSize="16sp" />

In app-> res->values->stirngs.xml.
There is a "string name="shr_app_name">
Shrine