|
27 | 27 | android:layout_width="wrap_content" |
28 | 28 | android:layout_height="wrap_content" |
29 | 29 | android:textAppearance="?android:attr/textAppearanceMedium" |
30 | | - android:text="An error has occurred" |
| 30 | + android:text="@string/an_error_occured" |
31 | 31 | android:layout_marginTop="16dp" |
32 | 32 | android:layout_gravity="center_horizontal"/> |
33 | 33 |
|
34 | 34 | <TextView |
35 | 35 | android:layout_width="wrap_content" |
36 | 36 | android:layout_height="wrap_content" |
37 | 37 | android:textAppearance="?android:attr/textAppearanceSmall" |
38 | | - android:text="Goto to Application settings" |
| 38 | + android:text="@string/goto_app_settings" |
39 | 39 | android:layout_marginTop="8dp" |
40 | 40 | android:layout_gravity="center_horizontal"/> |
41 | 41 |
|
42 | 42 | <TextView |
43 | 43 | android:layout_width="wrap_content" |
44 | 44 | android:layout_height="wrap_content" |
45 | 45 | android:textAppearance="?android:attr/textAppearanceSmall" |
46 | | - android:text="Clear cache and data to fix" |
| 46 | + android:text="@string/clear_cache_data" |
47 | 47 | android:layout_marginTop="2dp" |
48 | 48 | android:layout_gravity="center_horizontal"/> |
49 | 49 |
|
50 | 50 | <android.support.v7.widget.AppCompatButton |
51 | 51 | android:layout_width="wrap_content" |
52 | 52 | android:layout_height="wrap_content" |
53 | | - android:text="Open application settings" |
| 53 | + android:text="@string/open_app_settings" |
54 | 54 | android:layout_marginTop="12dp" |
55 | 55 | android:onClick="openAppInfoPage" |
56 | 56 | android:layout_gravity="center_horizontal"/> |
|
0 commit comments