|
97 | 97 | android:layout_width="match_parent"
|
98 | 98 | android:layout_height="wrap_content"
|
99 | 99 | android:orientation="horizontal"
|
100 |
| - android:gravity="center_horizontal" |
101 |
| - android:visibility="gone" |
102 |
| - tools:visibility="visible"> |
| 100 | + android:gravity="center_horizontal"> |
103 | 101 |
|
104 | 102 | <androidx.appcompat.widget.AppCompatButton
|
105 | 103 | android:id="@+id/button_browse"
|
106 | 104 | android:layout_width="wrap_content"
|
107 | 105 | android:layout_height="wrap_content"
|
108 | 106 | android:layout_gravity="center"
|
109 | 107 | android:padding="8dp"
|
| 108 | + android:visibility="gone" |
| 109 | + tools:visibility="visible" |
110 | 110 | android:text="@string/text_button_browse"/>
|
111 | 111 |
|
112 | 112 | <Space
|
113 |
| - android:layout_width="8dp" |
114 |
| - android:layout_height="match_parent"/> |
| 113 | + android:layout_width="0dp" |
| 114 | + android:layout_height="match_parent" |
| 115 | + android:layout_weight="1.00"/> |
115 | 116 |
|
116 | 117 | <androidx.appcompat.widget.AppCompatButton
|
117 | 118 | android:id="@+id/button_close"
|
118 | 119 | android:layout_width="wrap_content"
|
119 | 120 | android:layout_height="wrap_content"
|
120 | 121 | android:layout_gravity="center"
|
121 | 122 | android:padding="8dp"
|
| 123 | + android:visibility="gone" |
| 124 | + tools:visibility="visible" |
122 | 125 | android:text="@string/text_button_close"/>
|
123 | 126 |
|
124 |
| - </androidx.appcompat.widget.LinearLayoutCompat> |
| 127 | + <androidx.appcompat.widget.AppCompatButton |
| 128 | + android:id="@+id/button_cancel" |
| 129 | + android:layout_width="wrap_content" |
| 130 | + android:layout_height="wrap_content" |
| 131 | + android:layout_gravity="center" |
| 132 | + android:padding="8dp" |
| 133 | + android:text="@android:string/cancel"/> |
125 | 134 |
|
126 |
| - <androidx.appcompat.widget.AppCompatButton |
127 |
| - android:id="@+id/button_cancel" |
128 |
| - android:layout_width="wrap_content" |
129 |
| - android:layout_height="wrap_content" |
130 |
| - android:layout_gravity="center" |
131 |
| - android:padding="8dp" |
132 |
| - android:text="@android:string/cancel"/> |
| 135 | + </androidx.appcompat.widget.LinearLayoutCompat> |
133 | 136 |
|
134 | 137 | </androidx.appcompat.widget.LinearLayoutCompat>
|
135 | 138 |
|
|
0 commit comments