We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc39c7f commit 9dba479Copy full SHA for 9dba479
app/src/main/res/layout/activity_main.xml
@@ -32,7 +32,8 @@
32
app:layout_constraintStart_toStartOf="parent"
33
app:layout_constraintTop_toTopOf="parent"
34
app:layout_constraintEnd_toEndOf="parent"
35
- app:layout_constraintBottom_toBottomOf="parent" />
+ app:layout_constraintBottom_toBottomOf="parent"
36
+ app:layout_constraintVertical_bias="0.3" />
37
38
<app.grapheneos.camera.ui.QROverlay
39
android:id="@+id/qr_overlay"
0 commit comments