refactor: adjust for landscape

This commit is contained in:
andrekir 2023-11-18 05:51:42 -03:00
parent e5a20c9665
commit 0330b8ff80
2 changed files with 2 additions and 2 deletions

View file

@ -127,10 +127,9 @@
android:value="true" />
</service>
<!-- zxing for QR Code scanning: lock portrait orientation -->
<activity
android:name="com.journeyapps.barcodescanner.CaptureActivity"
android:screenOrientation="portrait"
android:screenOrientation="unspecified"
tools:replace="screenOrientation" />
<activity

View file

@ -61,6 +61,7 @@
android:id="@+id/tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabGravity="fill"
app:tabIconTint="@color/tab_color_selector"
app:tabIndicatorColor="@color/selectedColor" />
</com.google.android.material.appbar.AppBarLayout>