mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 18:29:47 +02:00
snackbar
This commit is contained in:
parent
773cd41dd7
commit
137c473c2f
7 changed files with 45 additions and 51 deletions
|
@ -10,7 +10,8 @@
|
|||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme" >
|
||||
android:theme="@style/AppTheme"
|
||||
android:windowSoftInputMode="adjustResize" >
|
||||
<activity
|
||||
android:name=".SplashActivity"
|
||||
android:launchMode="singleInstance"
|
||||
|
@ -47,7 +48,7 @@
|
|||
android:label="@string/new_post"
|
||||
android:theme="@style/AppTheme.NoActionBar"
|
||||
android:screenOrientation="portrait" >
|
||||
<intent-filter android:label="@string/diaspora"
|
||||
<intent-filter android:label="@string/new_post1"
|
||||
android:icon="@drawable/ic_launcher">
|
||||
<action android:name="android.intent.action.SEND" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
@ -59,10 +60,10 @@
|
|||
android:name=".ShareActivity2"
|
||||
android:launchMode="singleInstance"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:label="@string/new_post2"
|
||||
android:label="@string/new_post"
|
||||
android:theme="@style/AppTheme.NoActionBar"
|
||||
android:screenOrientation="portrait" >
|
||||
<intent-filter android:label="@string/diaspora"
|
||||
<intent-filter android:label="@string/new_post2"
|
||||
android:icon="@drawable/ic_launcher">
|
||||
<action android:name="android.intent.action.SEND" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue