mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-18 19:56:34 -04:00
refactor: adjust for landscape
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user