refactor: adjust for landscape

pull/784/head
andrekir 2023-11-18 05:51:42 -03:00
rodzic e5a20c9665
commit 0330b8ff80
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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>