diff --git a/app/src/main/java/app/fedilab/android/drawers/StatusListAdapter.java b/app/src/main/java/app/fedilab/android/drawers/StatusListAdapter.java index 39b1dd1f1..12544b133 100644 --- a/app/src/main/java/app/fedilab/android/drawers/StatusListAdapter.java +++ b/app/src/main/java/app/fedilab/android/drawers/StatusListAdapter.java @@ -658,7 +658,7 @@ public class StatusListAdapter extends RecyclerView.Adapter implements OnPostAct ImageView status_privacy; LinearLayout status_container2; LinearLayout status_container3; - LinearLayout main_container; + ConstraintLayout main_container; TextView yandex_translate; ConstraintLayout status_action_container; Button fetch_more; diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml index 86d94498e..1fb476c16 100644 --- a/app/src/main/res/layout/drawer_status.xml +++ b/app/src/main/res/layout/drawer_status.xml @@ -15,716 +15,547 @@ see . --> - + android:layout_height="wrap_content"> - + - android:layout_height="0dp" - android:background="?colorAccent" - app:layout_constraintBottom_toBottomOf="@id/reply_indicator_dot" - app:layout_constraintEnd_toEndOf="@id/reply_indicator_dot" - app:layout_constraintStart_toStartOf="@id/reply_indicator_dot" - app:layout_constraintTop_toTopOf="parent" /> + - + + android:background="?colorAccent" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="@id/reply_indicator_dot" + app:layout_constraintStart_toStartOf="@id/reply_indicator_dot" + app:layout_constraintTop_toTopOf="@id/reply_indicator_dot" /> - + + + + android:layout_height="wrap_content" + android:background="?boostcolor" + android:padding="5dp" + android:visibility="gone" + app:layout_constraintTop_toTopOf="parent"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + app:layout_constraintTop_toTopOf="parent" /> - - - - - - - + app:layout_constraintStart_toEndOf="@id/status_account_profile_boost_by" + app:layout_constraintTop_toTopOf="@id/status_account_profile_boost_by" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + android:visibility="gone"> - + +