mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-03 01:55:40 +01:00
Signed-off-by: Julius Linus julius.linus@nextcloud.com Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
259 lines
11 KiB
XML
259 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
~ Nextcloud Talk application
|
|
~
|
|
~ @author Mario Danic
|
|
~ Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
|
|
~
|
|
~ This program is free software: you can redistribute it and/or modify
|
|
~ it under the terms of the GNU General Public License as published by
|
|
~ the Free Software Foundation, either version 3 of the License, or
|
|
~ at your option) any later version.
|
|
~
|
|
~ This program is distributed in the hope that it will be useful,
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
~ GNU General Public License for more details.
|
|
~
|
|
~ You should have received a copy of the GNU General Public License
|
|
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
-->
|
|
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/generic_rv_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<com.google.android.material.appbar.AppBarLayout
|
|
android:id="@+id/conversation_list_appbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/bg_default"
|
|
android:elevation="0dp"
|
|
android:clipChildren="true"
|
|
android:clipToPadding="false"
|
|
android:windowContentOverlay="@null"
|
|
app:elevation="0dp">
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
android:id="@+id/search_toolbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dp"
|
|
android:layout_marginStart="16dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginEnd="16dp"
|
|
android:layout_marginBottom="1dp"
|
|
android:visibility="gone"
|
|
app:cardCornerRadius="25dp"
|
|
app:cardElevation="2dp"
|
|
app:strokeWidth="0dp"
|
|
tools:visibility="visible">
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
android:id="@+id/menu_button"
|
|
style="@style/Widget.AppTheme.Button.IconButton"
|
|
android:layout_width="3dp"
|
|
android:layout_height="1dp"
|
|
android:layout_marginStart="5dp"
|
|
android:contentDescription="@string/nc_action_open_main_menu"
|
|
android:visibility="gone"
|
|
app:cornerRadius="@dimen/button_corner_radius"
|
|
app:icon="@drawable/ic_menu"
|
|
app:iconTint="@color/fontAppbar"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
<com.google.android.material.textview.MaterialTextView
|
|
android:id="@+id/search_text"
|
|
android:layout_width="0dp"
|
|
android:layout_height="48dp"
|
|
android:layout_marginStart="20dp"
|
|
android:layout_marginEnd="18dp"
|
|
android:ellipsize="end"
|
|
android:gravity="start|center_vertical"
|
|
android:lines="1"
|
|
android:textAlignment="viewStart"
|
|
android:textColor="@color/fontSecondaryAppbar"
|
|
android:textSize="16sp"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintStart_toEndOf="@id/menu_button"
|
|
app:layout_constraintEnd_toStartOf="@id/filter_conversations_button"
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
tools:text="Search in Nextcloud" />
|
|
|
|
<ImageView
|
|
android:id="@+id/filter_conversations_button"
|
|
android:layout_width="36dp"
|
|
android:layout_height="36dp"
|
|
android:contentDescription="@string/nc_filter"
|
|
android:src="@drawable/ic_baseline_filter_list_24"
|
|
app:layout_constraintBaseline_toTopOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintEnd_toStartOf="@+id/rightContainer"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
<FrameLayout
|
|
android:id="@+id/rightContainer"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_alignParentEnd="true"
|
|
android:minWidth="48dp"
|
|
android:layout_centerVertical="true"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
android:id="@+id/switch_account_button"
|
|
style="@style/Widget.AppTheme.Button.IconButton"
|
|
android:layout_width="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_gravity="center"
|
|
android:contentDescription="@string/nc_settings"
|
|
android:scaleType="fitCenter"
|
|
android:transitionName="userAvatar.transitionTag"
|
|
app:cornerRadius="@dimen/button_corner_radius"
|
|
app:iconSize="@dimen/avatar_size_app_bar"
|
|
app:iconTint="@null"
|
|
tools:icon="@drawable/ic_user" />
|
|
|
|
</FrameLayout>
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
<com.google.android.material.appbar.MaterialToolbar
|
|
android:id="@+id/conversation_list_toolbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="?attr/actionBarSize"
|
|
android:background="@color/appbar"
|
|
android:theme="?attr/actionBarPopupTheme"
|
|
app:layout_scrollFlags="enterAlwaysCollapsed|noScroll"
|
|
app:navigationIconTint="@color/fontAppbar"
|
|
app:popupTheme="@style/appActionBarPopupMenu"
|
|
app:titleTextColor="@color/fontAppbar"
|
|
tools:title="@string/nc_app_product_name" />
|
|
</com.google.android.material.appbar.AppBarLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/loading_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:layout_marginTop="50dp">
|
|
|
|
<include layout="@layout/rv_item_conversation_with_last_message_shimmer" />
|
|
|
|
<include layout="@layout/rv_item_conversation_with_last_message_shimmer" />
|
|
|
|
<include layout="@layout/rv_item_conversation_with_last_message_shimmer" />
|
|
|
|
<include layout="@layout/rv_item_conversation_with_last_message_shimmer" />
|
|
|
|
</LinearLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/emptyLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:visibility="gone"
|
|
tools:visibility="visible">
|
|
|
|
<ImageView
|
|
android:id="@+id/empty_list_icon"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="72dp"
|
|
android:contentDescription="@string/nc_app_product_name"
|
|
android:src="@drawable/ic_logo"
|
|
app:tint="#989898" />
|
|
|
|
<TextView
|
|
android:id="@+id/empty_list_view_headline"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@id/empty_list_icon"
|
|
android:layout_gravity="center_horizontal"
|
|
android:ellipsize="end"
|
|
android:gravity="center"
|
|
android:maxLines="2"
|
|
android:paddingTop="@dimen/standard_padding"
|
|
android:paddingBottom="@dimen/standard_half_padding"
|
|
android:text="@string/nc_conversations_empty"
|
|
android:textAlignment="center"
|
|
android:textColor="@color/conversation_item_header"
|
|
android:textSize="22sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/empty_list_view_text"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@id/empty_list_view_headline"
|
|
android:layout_gravity="center_horizontal"
|
|
android:ellipsize="end"
|
|
android:gravity="center"
|
|
android:paddingTop="@dimen/standard_half_padding"
|
|
android:paddingBottom="@dimen/standard_half_padding"
|
|
android:text="@string/nc_conversations_empty_details"
|
|
android:textAlignment="center"
|
|
android:textColor="@color/textColorMaxContrast"
|
|
android:textSize="16sp" />
|
|
</RelativeLayout>
|
|
|
|
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
|
|
android:id="@+id/swipeRefreshLayoutView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:visibility="gone"
|
|
app:layout_behavior="com.nextcloud.talk.utils.FABAwareScrollingViewBehavior">
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/recycler_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
|
|
</FrameLayout>
|
|
|
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
android:id="@+id/floatingActionButton"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom|end"
|
|
android:layout_margin="16dp"
|
|
android:contentDescription="@string/nc_new_conversation"
|
|
app:borderWidth="0dp"
|
|
app:srcCompat="@drawable/ic_add_white_24px"
|
|
app:tint="@color/white"
|
|
app:backgroundTint="@color/colorPrimary"/>
|
|
|
|
<com.nextcloud.ui.popupbubble.PopupBubble
|
|
android:id="@+id/newMentionPopupBubble"
|
|
android:theme="@style/Button.Primary"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom|center"
|
|
android:layout_marginStart="88dp"
|
|
android:layout_marginTop="16dp"
|
|
android:layout_marginEnd="88dp"
|
|
android:layout_marginBottom="16dp"
|
|
android:minHeight="@dimen/min_size_clickable_area"
|
|
android:text="@string/nc_new_mention"
|
|
app:background="@color/colorPrimary"
|
|
app:cornerRadius="@dimen/button_corner_radius"
|
|
app:icon="@drawable/ic_baseline_arrow_downward_24px" />
|
|
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|