wxr
2022-01-12 1b40f1180fa2f7b9e4f6ded651cf66699c7e5db7
HDL-ON_Android/Resources/layout/zxing_layout.xml
@@ -1,35 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
      android:orientation="vertical"
      android:layout_width="match_parent"
      android:layout_height="match_parent">
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center">
      <GateWay.Droid.ZXingOverlayView
      android:layout_width="match_parent"
      android:layout_height="match_parent"/>
    <RelativeLayout
    android:layout_width="fill_parent"
    android:layout_height="50dp"
    android:layout_gravity="top"
    android:background="#99000000">
<!--
    <ImageButton
        android:id="@+id/capture_imageview_back"
        android:layout_width="42dp"
        android:layout_height="42dp"
        android:layout_centerVertical="true"
        android:background="@drawable/abc_ic_ab_back_material"/>
-->
    <TextView
        android:id="@+id/tv_zxing_scan"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
    <GateWay.Droid.ZXingOverlayView
        android:layout_width="match_parent"
        android:layout_height="1400dp"
        android:layout_centerInParent="true"
        android:textColor="#ffffffff"
        android:textSize="20sp"
        android:text="扫一扫"/>
        />
</RelativeLayout>
        <RelativeLayout
            android:layout_width="fill_parent"
            android:layout_height="50dp"
            android:layout_gravity="top"
            android:backgroundTint="#99000000">
            <TextView
                android:id="@+id/tv_zxing_scan"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerInParent="true"
                android:textColor="#ffffffff"
                android:textSize="20sp"
                android:text="扫一扫"/>
        </RelativeLayout>
  <TextView
      android:id="@+id/tv_zxing_back"
@@ -52,7 +49,6 @@
      android:paddingBottom="10dp"
      android:text="闪光灯"
      android:layout_alignParentRight ="true"
      android:layout_alignParentBottom="true"
        />
      android:layout_alignParentBottom="true"/>
</RelativeLayout>