|
@@ -45,7 +45,7 @@
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
- <com.google.android.material.tabs.TabLayout
|
|
|
|
|
|
+ <!--<com.google.android.material.tabs.TabLayout
|
|
android:background="@color/trans_pure"
|
|
android:background="@color/trans_pure"
|
|
android:id="@+id/tl"
|
|
android:id="@+id/tl"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -81,7 +81,7 @@
|
|
android:text="@string/device_usb" />
|
|
android:text="@string/device_usb" />
|
|
|
|
|
|
|
|
|
|
- </com.google.android.material.tabs.TabLayout>
|
|
|
|
|
|
+ </com.google.android.material.tabs.TabLayout>-->
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.Guideline
|
|
<androidx.constraintlayout.widget.Guideline
|
|
@@ -98,7 +98,7 @@
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
app:layout_constraintGuide_percent="0.95" />
|
|
app:layout_constraintGuide_percent="0.95" />
|
|
|
|
|
|
- <androidx.viewpager.widget.ViewPager
|
|
|
|
|
|
+ <!--<androidx.viewpager.widget.ViewPager
|
|
android:id="@+id/vp"
|
|
android:id="@+id/vp"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
@@ -106,7 +106,7 @@
|
|
app:layout_constraintBottom_toTopOf="@+id/gd_vp"
|
|
app:layout_constraintBottom_toTopOf="@+id/gd_vp"
|
|
app:layout_constraintLeft_toLeftOf="@id/gd_vp_l"
|
|
app:layout_constraintLeft_toLeftOf="@id/gd_vp_l"
|
|
app:layout_constraintRight_toRightOf="@id/gd_vp_r"
|
|
app:layout_constraintRight_toRightOf="@id/gd_vp_r"
|
|
- app:layout_constraintTop_toBottomOf="@id/tl" />
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/tl" />-->
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_scan"
|
|
android:id="@+id/tv_scan"
|