|
42 | 42 | android:layout_gravity="center"
|
43 | 43 | android:background="@drawable/rounded_corner"
|
44 | 44 | android:fontFamily="sans-serif-medium"
|
| 45 | + android:layoutDirection="locale" |
45 | 46 | android:paddingHorizontal="12dp"
|
46 | 47 | android:paddingVertical="16dp"
|
47 |
| - android:text="Test test, test test! Test" |
| 48 | + android:text="@string/fit_option_message_view_test_message" |
48 | 49 | android:textColor="#333333"
|
49 | 50 | android:textSize="12sp"
|
50 | 51 | android:textStyle="normal" />
|
|
72 | 73 | android:layout_gravity="center"
|
73 | 74 | android:background="@drawable/rounded_corner"
|
74 | 75 | android:fontFamily="sans-serif-medium"
|
| 76 | + android:layoutDirection="locale" |
75 | 77 | android:paddingHorizontal="2dp"
|
76 | 78 | android:paddingVertical="16dp"
|
77 |
| - android:text="Test test, test test! Test" |
| 79 | + android:text="@string/fit_option_message_view_test_message" |
78 | 80 | android:textColor="#333333"
|
79 | 81 | android:textSize="12sp"
|
80 | 82 | android:textStyle="normal" />
|
|
100 | 102 | android:layout_gravity="center"
|
101 | 103 | android:background="@drawable/rounded_corner"
|
102 | 104 | android:fontFamily="sans-serif-medium"
|
| 105 | + android:layoutDirection="locale" |
103 | 106 | android:paddingHorizontal="12dp"
|
104 | 107 | android:paddingVertical="16dp"
|
105 |
| - android:text="Test test, test test! Test" |
| 108 | + android:text="@string/fit_option_message_view_test_message" |
106 | 109 | android:textColor="#333333"
|
107 | 110 | android:textSize="12sp"
|
108 | 111 | android:textStyle="normal" />
|
|
0 commit comments