mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 18:29:47 +02:00
Lots of refactoring; Reworked Splash,PodSelectionActivity; Switch Pod; Clear settings;
This commit is contained in:
parent
ff39986715
commit
280f5ab1c3
20 changed files with 389 additions and 281 deletions
|
@ -31,10 +31,11 @@
|
|||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:label="@string/title_activity_pods"
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/AppTheme.NoActionBar"
|
||||
android:windowSoftInputMode="stateHidden" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name="com.github.dfa.diaspora_android.activity.MainActivity"
|
||||
android:name=".activity.MainActivity"
|
||||
android:launchMode="singleInstance"
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue