Skip to content

Commit 9dba479

Browse files
committed
Bias camera preview towards top of display
1 parent fc39c7f commit 9dba479

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/activity_main.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
app:layout_constraintStart_toStartOf="parent"
3333
app:layout_constraintTop_toTopOf="parent"
3434
app:layout_constraintEnd_toEndOf="parent"
35-
app:layout_constraintBottom_toBottomOf="parent" />
35+
app:layout_constraintBottom_toBottomOf="parent"
36+
app:layout_constraintVertical_bias="0.3" />
3637

3738
<app.grapheneos.camera.ui.QROverlay
3839
android:id="@+id/qr_overlay"

0 commit comments

Comments
 (0)