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