|
|
|
@ -29,7 +29,6 @@ |
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/searchView" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<com.keylesspalace.tusky.view.BackgroundMessageView |
|
|
|
|
android:id="@+id/messageView" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
@ -43,16 +42,15 @@ |
|
|
|
|
tools:src="@drawable/elephant_error" |
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
android:id="@+id/accountsSearchRecycler" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_marginTop="8dp" |
|
|
|
|
android:background="?android:attr/windowBackground" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/searchView" /> |
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |