|
16 | 16 | style="@style/VectorToolbarStyle"
|
17 | 17 | android:layout_width="match_parent"
|
18 | 18 | android:layout_height="?actionBarSize"
|
19 |
| - app:navigationIcon="@drawable/ic_x_18dp" |
20 |
| - android:elevation="4dp"> |
| 19 | + android:elevation="4dp" |
| 20 | + app:navigationIcon="@drawable/ic_x_18dp"> |
21 | 21 |
|
22 | 22 | <androidx.constraintlayout.widget.ConstraintLayout
|
23 | 23 | android:layout_width="match_parent"
|
24 | 24 | android:layout_height="match_parent">
|
25 | 25 |
|
26 |
| -<!-- <ImageView--> |
27 |
| -<!-- android:id="@+id/spacePreviewClose"--> |
28 |
| -<!-- android:layout_width="@dimen/layout_touch_size"--> |
29 |
| -<!-- android:layout_height="@dimen/layout_touch_size"--> |
30 |
| -<!-- android:clickable="true"--> |
31 |
| -<!-- android:focusable="true"--> |
32 |
| -<!-- android:foreground="?attr/selectableItemBackground"--> |
33 |
| -<!-- android:scaleType="center"--> |
34 |
| -<!-- android:src="@drawable/ic_x_18dp"--> |
35 |
| -<!-- app:layout_constraintBottom_toBottomOf="parent"--> |
36 |
| -<!-- app:layout_constraintStart_toStartOf="parent"--> |
37 |
| -<!-- app:layout_constraintTop_toTopOf="parent" />--> |
| 26 | + <!-- <ImageView--> |
| 27 | + <!-- android:id="@+id/spacePreviewClose"--> |
| 28 | + <!-- android:layout_width="@dimen/layout_touch_size"--> |
| 29 | + <!-- android:layout_height="@dimen/layout_touch_size"--> |
| 30 | + <!-- android:clickable="true"--> |
| 31 | + <!-- android:focusable="true"--> |
| 32 | + <!-- android:foreground="?attr/selectableItemBackground"--> |
| 33 | + <!-- android:scaleType="center"--> |
| 34 | + <!-- android:src="@drawable/ic_x_18dp"--> |
| 35 | + <!-- app:layout_constraintBottom_toBottomOf="parent"--> |
| 36 | + <!-- app:layout_constraintStart_toStartOf="parent"--> |
| 37 | + <!-- app:layout_constraintTop_toTopOf="parent" />--> |
38 | 38 |
|
39 | 39 | <ImageView
|
40 | 40 | android:id="@+id/spacePreviewToolbarAvatar"
|
41 | 41 | android:layout_width="40dp"
|
42 | 42 | android:layout_height="40dp"
|
43 | 43 | android:layout_marginTop="8dp"
|
44 | 44 | android:layout_marginBottom="8dp"
|
| 45 | + android:contentDescription="@string/avatar" |
45 | 46 | app:layout_constraintBottom_toBottomOf="parent"
|
46 | 47 | app:layout_constraintStart_toStartOf="parent"
|
47 | 48 | app:layout_constraintTop_toTopOf="parent"
|
|
96 | 97 | <View
|
97 | 98 | android:layout_width="match_parent"
|
98 | 99 | android:layout_height="1dp"
|
99 |
| - android:background="?list_divider_color"/> |
| 100 | + android:background="?list_divider_color" /> |
100 | 101 |
|
101 | 102 | <LinearLayout
|
102 | 103 | android:id="@+id/spacePreviewButtonBar"
|
103 | 104 | android:layout_width="match_parent"
|
104 | 105 | android:layout_height="wrap_content"
|
105 |
| - android:gravity="center_horizontal" |
| 106 | + android:layout_margin="8dp" |
106 | 107 | android:elevation="2dp"
|
107 |
| - android:orientation="horizontal" |
108 |
| - android:layout_margin="8dp"> |
| 108 | + android:gravity="center_horizontal" |
| 109 | + android:orientation="horizontal"> |
109 | 110 |
|
110 | 111 | <com.google.android.material.button.MaterialButton
|
111 | 112 | android:id="@+id/spacePreviewDeclineInviteButton"
|
|
0 commit comments