Don't invert QR codes

This commit is contained in:
Niels Andriesse
2020-01-17 14:24:33 +11:00
parent 5c8bbc161b
commit 6fccd873db
4 changed files with 7 additions and 7 deletions

View File

@@ -16,10 +16,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:weightSum="2" >
android:weightSum="3" >
<org.thoughtcrime.securesms.components.ShapeScrim
android:layout_weight="1"
android:layout_weight="2"
android:layout_width="match_parent"
android:layout_height="0dp"/>