ShareActivity, destruction of RecipientsPanel

// FREEBIE
This commit is contained in:
Santoso Wijaya
2014-02-27 22:44:02 -08:00
committed by Jake McGinty
parent e2f7c1529a
commit 12dac6ccc3
23 changed files with 716 additions and 272 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<fragment android:id="@+id/fragment_content"
android:name="org.thoughtcrime.securesms.ShareFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>