mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-13 12:43:19 +01:00
set mainactivity as resizeable
This commit is contained in:
parent
6fd2a9fa11
commit
252992a6cb
@ -13,7 +13,8 @@
|
|||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.MainActivity">
|
android:name=".activities.MainActivity"
|
||||||
|
android:resizeableActivity="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN"/>
|
<action android:name="android.intent.action.MAIN"/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user