Skip to content

Commit

Permalink
adjust features
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
  • Loading branch information
mahibi committed Jul 5, 2023
1 parent b5568a2 commit 2950da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_contacts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@
android:layout_marginTop="@dimen/standard_half_margin"
android:layout_marginEnd="@dimen/standard_margin"
android:layout_marginBottom="@dimen/standard_half_margin"
android:orientation="vertical">
android:orientation="vertical"
android:visibility="gone">

<ImageView
android:id="@+id/list_open_conversations_image"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/controller_conversations_rv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
app:layout_constraintBaseline_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/rightContainer"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="parent"
android:visibility="gone"/>

<FrameLayout
android:id="@+id/rightContainer"
Expand Down

0 comments on commit 2950da0

Please sign in to comment.