Merge pull request #391 from domdomegg/share_button

Use native ShareActionProvider
This commit is contained in:
Josephine Lim 2017-03-06 18:00:51 +10:00 committed by GitHub
commit c04f6fc1ce
3 changed files with 50 additions and 89 deletions

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
@ -12,6 +13,6 @@
android:id="@+id/contributionsListFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
tools:layout="@layout/fragment_contributions" />
</FrameLayout>