rename EncryptMessageFragment -> EncryptTextFragment

This commit is contained in:
Vincent Breitmoser 2014-09-01 23:46:14 +02:00
parent b3d3026de7
commit f8625f5310
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ import android.widget.TextView;
import org.sufficientlysecure.keychain.R; import org.sufficientlysecure.keychain.R;
public class EncryptMessageFragment extends Fragment { public class EncryptTextFragment extends Fragment {
public static final String ARG_TEXT = "text"; public static final String ARG_TEXT = "text";
private TextView mMessage = null; private TextView mMessage = null;

View File

@ -17,7 +17,7 @@
<fragment <fragment
android:id="@+id/certify_key_fragment" android:id="@+id/certify_key_fragment"
android:name="org.sufficientlysecure.keychain.ui.EncryptMessageFragment" android:name="org.sufficientlysecure.keychain.ui.EncryptTextFragment"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" /> android:layout_height="match_parent" />