|
@@ -16,29 +16,17 @@
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
-->
|
|
|
|
|
|
-<android.support.design.widget.CoordinatorLayout
|
|
|
+<LinearLayout
|
|
|
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"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
tools:context="com.owncloud.android.ui.activity.ShareActivity">
|
|
|
|
|
|
- <android.support.design.widget.AppBarLayout
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_width="match_parent" android:theme="@style/Theme.ownCloud.AppBarOverlay">
|
|
|
-
|
|
|
- <android.support.v7.widget.Toolbar android:id="@+id/toolbar"
|
|
|
- android:layout_width="match_parent" android:layout_height="?attr/actionBarSize"
|
|
|
- android:background="?attr/colorPrimary"
|
|
|
- app:popupTheme="@style/Theme.ownCloud.PopupOverlay" />
|
|
|
-
|
|
|
- </android.support.design.widget.AppBarLayout>
|
|
|
-
|
|
|
<FrameLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:id="@+id/share_fragment_container">
|
|
|
</FrameLayout>
|
|
|
|
|
|
-</android.support.design.widget.CoordinatorLayout>
|
|
|
+</LinearLayout>
|