material-components / material-components-android-codelabs

Codelabs for Material Components for Android (MDC-Android)
Apache License 2.0
220 stars 160 forks source link

MDC-101 #44

Open Darious4 opened 5 years ago

Darious4 commented 5 years ago

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