Commit 168b598 1 parent 43cafbd commit 168b598 Copy full SHA for 168b598
File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 43
43
app : layout_constraintEnd_toEndOf =" @id/preview"
44
44
app : layout_constraintBottom_toBottomOf =" @id/preview" />
45
45
46
+ <app .grapheneos.camera.ui.CustomGrid
47
+ android : id =" @+id/preview_grid"
48
+ android : layout_width =" 0dp"
49
+ android : layout_height =" 0dp"
50
+ app : layout_constraintTop_toTopOf =" @id/preview"
51
+ app : layout_constraintStart_toStartOf =" @id/preview"
52
+ app : layout_constraintEnd_toEndOf =" @id/preview"
53
+ app : layout_constraintBottom_toBottomOf =" @id/preview" />
54
+
46
55
<ImageView
47
56
android : layout_width =" 84dp"
48
57
android : layout_height =" 84dp"
148
157
android : shadowRadius =" 1.6"
149
158
android : textColor =" @android:color/white" />
150
159
151
- <app .grapheneos.camera.ui.CustomGrid
152
- android : id =" @+id/preview_grid"
153
- android : layout_width =" match_parent"
154
- android : layout_height =" match_parent" />
155
-
156
160
<ImageView
157
161
android : id =" @+id/main_overlay"
158
162
android : scaleType =" fitStart"
You can’t perform that action at this time.
0 commit comments