Loading app/src/main/java/app/fedilab/android/mastodon/ui/drawer/ComposeAdapter.java +1 −1 Original line number Diff line number Diff line Loading @@ -1112,7 +1112,7 @@ public class ComposeAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder }); composeAttachmentItemBinding.buttonDescription.setOnClickListener(v -> { AlertDialog.Builder builderInner = new MaterialAlertDialogBuilder(context); builderInner.setTitle(R.string.upload_form_description); // builderInner.setTitle(R.string.upload_form_description); PopupMediaDescriptionBinding popupMediaDescriptionBinding = PopupMediaDescriptionBinding.inflate(LayoutInflater.from(context), null, false); builderInner.setView(popupMediaDescriptionBinding.getRoot()); Loading app/src/main/res/layouts/mastodon/layout/popup_media_description.xml +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ android:layout_alignBottom="@+id/media_picture" android:layout_marginHorizontal="6dp" android:layout_marginTop="10dp" android:textAlignment="textStart" android:inputType="textMultiLine|textCapSentences" android:minLines="3" app:layout_constraintEnd_toEndOf="parent" Loading app/src/main/res/layouts/mastodon/values/strings.xmldeleted 100644 → 0 +0 −4 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <string name="otp_message">Two factor authentication token</string> </resources> No newline at end of file app/src/main/res/values/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -2231,4 +2231,5 @@ <string name="compose_shortcut_short_label1">Compose</string> <string name="toast_error_peertube_not_supported">Your Peertube is too old and cannot be supported by the app.</string> <string name="otp_message">Two factor authentication token</string> </resources> No newline at end of file Loading
app/src/main/java/app/fedilab/android/mastodon/ui/drawer/ComposeAdapter.java +1 −1 Original line number Diff line number Diff line Loading @@ -1112,7 +1112,7 @@ public class ComposeAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder }); composeAttachmentItemBinding.buttonDescription.setOnClickListener(v -> { AlertDialog.Builder builderInner = new MaterialAlertDialogBuilder(context); builderInner.setTitle(R.string.upload_form_description); // builderInner.setTitle(R.string.upload_form_description); PopupMediaDescriptionBinding popupMediaDescriptionBinding = PopupMediaDescriptionBinding.inflate(LayoutInflater.from(context), null, false); builderInner.setView(popupMediaDescriptionBinding.getRoot()); Loading
app/src/main/res/layouts/mastodon/layout/popup_media_description.xml +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ android:layout_alignBottom="@+id/media_picture" android:layout_marginHorizontal="6dp" android:layout_marginTop="10dp" android:textAlignment="textStart" android:inputType="textMultiLine|textCapSentences" android:minLines="3" app:layout_constraintEnd_toEndOf="parent" Loading
app/src/main/res/layouts/mastodon/values/strings.xmldeleted 100644 → 0 +0 −4 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <string name="otp_message">Two factor authentication token</string> </resources> No newline at end of file
app/src/main/res/values/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -2231,4 +2231,5 @@ <string name="compose_shortcut_short_label1">Compose</string> <string name="toast_error_peertube_not_supported">Your Peertube is too old and cannot be supported by the app.</string> <string name="otp_message">Two factor authentication token</string> </resources> No newline at end of file