kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
refactor: adjust for landscape
rodzic
e5a20c9665
commit
0330b8ff80
|
@ -127,10 +127,9 @@
|
||||||
android:value="true" />
|
android:value="true" />
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<!-- zxing for QR Code scanning: lock portrait orientation -->
|
|
||||||
<activity
|
<activity
|
||||||
android:name="com.journeyapps.barcodescanner.CaptureActivity"
|
android:name="com.journeyapps.barcodescanner.CaptureActivity"
|
||||||
android:screenOrientation="portrait"
|
android:screenOrientation="unspecified"
|
||||||
tools:replace="screenOrientation" />
|
tools:replace="screenOrientation" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
|
|
|
@ -61,6 +61,7 @@
|
||||||
android:id="@+id/tab_layout"
|
android:id="@+id/tab_layout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
app:tabGravity="fill"
|
||||||
app:tabIconTint="@color/tab_color_selector"
|
app:tabIconTint="@color/tab_color_selector"
|
||||||
app:tabIndicatorColor="@color/selectedColor" />
|
app:tabIndicatorColor="@color/selectedColor" />
|
||||||
</com.google.android.material.appbar.AppBarLayout>
|
</com.google.android.material.appbar.AppBarLayout>
|
||||||
|
|
Ładowanie…
Reference in New Issue