Fixed QR code assistant landscape UI
This commit is contained in:
parent
4d0c2398a0
commit
d8fb9a22b9
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<data>
|
||||
<import type="android.view.View"/>
|
||||
|
@ -27,10 +28,13 @@
|
|||
android:layout_height="match_parent"
|
||||
android:background="@color/black_color">
|
||||
|
||||
<TextureView
|
||||
<org.linphone.activities.voip.views.RoundCornersTextureView
|
||||
android:id="@+id/qr_code_capture_texture"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:alignTopRight="false"
|
||||
app:displayMode="occupy_all_space"
|
||||
app:radius="0"
|
||||
android:layout_centerInParent="true"/>
|
||||
|
||||
<ImageView
|
||||
|
|
Loading…
Reference in a new issue