diff --git a/app/src/main/java/fr/gouv/etalab/mastodon/drawers/StatusListAdapter.java b/app/src/main/java/fr/gouv/etalab/mastodon/drawers/StatusListAdapter.java index e50932720..c6f745cb0 100644 --- a/app/src/main/java/fr/gouv/etalab/mastodon/drawers/StatusListAdapter.java +++ b/app/src/main/java/fr/gouv/etalab/mastodon/drawers/StatusListAdapter.java @@ -282,6 +282,7 @@ public class StatusListAdapter extends RecyclerView.Adapter implements OnPostAct FrameLayout status_cardview_video; WebView status_cardview_webview; ImageView hide_preview; + TextView status_toot_app; public View getView(){ return itemView; @@ -341,6 +342,7 @@ public class StatusListAdapter extends RecyclerView.Adapter implements OnPostAct status_cardview_video = itemView.findViewById(R.id.status_cardview_video); status_cardview_webview = itemView.findViewById(R.id.status_cardview_webview); hide_preview = itemView.findViewById(R.id.hide_preview); + status_toot_app = itemView.findViewById(R.id.status_toot_app); } } diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml index 722597cb0..258f51250 100644 --- a/app/src/main/res/layout/drawer_status.xml +++ b/app/src/main/res/layout/drawer_status.xml @@ -180,6 +180,19 @@ android:layout_marginTop="10dp" android:layout_width="match_parent" android:layout_height="wrap_content" /> + - - - - + + + + +