1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-09 13:51:18 +01:00

Added flavour secondlion*

This commit is contained in:
Gregor Santner 2016-12-22 04:07:30 +01:00
parent a31a530c7c
commit 165626fc6c
No known key found for this signature in database
GPG key ID: 2AEB822A5CF48C9F
8 changed files with 25 additions and 13 deletions

View file

@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".activity.MainActivity">
tools:context="com.github.dfa.diaspora_android.activity.MainActivity">
<com.github.dfa.diaspora_android.web.ContextMenuWebView
android:id="@+id/webView"

View file

@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activity.MainActivity">
tools:context="com.github.dfa.diaspora_android.activity.MainActivity">
<android.support.design.widget.AppBarLayout
android:id="@+id/main__appbar"
@ -33,7 +33,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:theme="@style/AppTheme.AppBarOverlay"
app:layout_behavior=".ui.BottomBarBehavior">
app:layout_behavior="com.github.dfa.diaspora_android.ui.BottomBarBehavior">
<android.support.v7.widget.ActionMenuView
android:id="@+id/main__bottombar"

View file

@ -1,7 +1,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".activity.MainActivity"
tools:context="com.github.dfa.diaspora_android.activity.MainActivity"
tools:ignore="AlwaysShowAction">

View file

@ -1,7 +1,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".activity.MainActivity"
tools:context="com.github.dfa.diaspora_android.activity.MainActivity"
tools:ignore="AlwaysShowAction">
<item

View file

@ -1,7 +1,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".activity.MainActivity"
tools:context="com.github.dfa.diaspora_android22.activity.MainActivity"
tools:ignore="AlwaysShowAction">
<item