1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-01-31 02:54:57 +01:00

折りたたみ式端末に対応。resizeableActivity=true

This commit is contained in:
tateisu 2019-10-31 09:44:41 +09:00
parent 448b542f82
commit 5a0684bd6a

View File

@ -23,7 +23,9 @@
android:largeHeap="true" android:largeHeap="true"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/AppTheme.Light" android:theme="@style/AppTheme.Light"
> android:resizeableActivity="true"
android:maxAspectRatio="100"
tools:ignore="UnusedAttribute">
<receiver android:name=".EventReceiver"> <receiver android:name=".EventReceiver">
<intent-filter> <intent-filter>