|
53 | 53 | android:layout_height="wrap_content" |
54 | 54 | android:layout_marginTop="@dimen/activity_horizontal_margin" |
55 | 55 | android:gravity="end" |
56 | | - android:orientation="horizontal"> |
| 56 | + android:orientation="vertical"> |
57 | 57 |
|
58 | 58 | <androidx.appcompat.widget.AppCompatButton |
59 | | - android:id="@+id/dialog_file_already_exists_skip" |
| 59 | + android:id="@+id/dialog_file_already_exists_replace" |
60 | 60 | style="@style/Button.Borderless" |
61 | 61 | android:layout_width="wrap_content" |
62 | 62 | android:layout_height="wrap_content" |
63 | | - android:text="@string/welcome_feature_skip_button" /> |
| 63 | + android:gravity="end|center_vertical" |
| 64 | + android:text="@string/conflict_replace" /> |
64 | 65 |
|
65 | 66 | <androidx.appcompat.widget.AppCompatButton |
66 | | - android:id="@+id/dialog_file_already_exists_replace" |
| 67 | + android:id="@+id/dialog_file_already_exists_keep_both" |
67 | 68 | style="@style/Button.Borderless" |
68 | 69 | android:layout_width="wrap_content" |
69 | 70 | android:layout_height="wrap_content" |
70 | | - android:text="@string/conflict_replace" /> |
| 71 | + android:gravity="end|center_vertical" |
| 72 | + android:text="@string/conflict_keep_both" /> |
71 | 73 |
|
72 | 74 | <androidx.appcompat.widget.AppCompatButton |
73 | | - android:id="@+id/dialog_file_already_exists_keep_both" |
| 75 | + android:id="@+id/dialog_file_already_exists_skip" |
74 | 76 | style="@style/Button.Borderless" |
75 | 77 | android:layout_width="wrap_content" |
76 | 78 | android:layout_height="wrap_content" |
77 | | - android:text="@string/conflict_keep_both" /> |
| 79 | + android:gravity="end|center_vertical" |
| 80 | + android:text="@string/welcome_feature_skip_button" /> |
78 | 81 |
|
79 | 82 | </LinearLayout> |
80 | 83 | </LinearLayout> |
|
0 commit comments