mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 19:42:34 +00:00
add reset button
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
2aac51d8bb
commit
9f7c899368
@ -22,7 +22,7 @@
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:layout_weight="1"
|
||||
android:paddingStart="8dp"
|
||||
@ -48,4 +48,17 @@
|
||||
tools:text="an hour" />
|
||||
</LinearLayout>
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/reset_status_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:minWidth="48dp"
|
||||
android:minHeight="48dp"
|
||||
android:layout_gravity="center"
|
||||
android:backgroundTint="@android:color/darker_gray"
|
||||
android:textColor="@android:color/holo_red_light"
|
||||
android:text= "@string/reset_status"
|
||||
android:textSize="14sp"
|
||||
android:padding="8dp"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
@ -381,6 +381,7 @@ How to translate with transifex:
|
||||
<string name="fourHours">4 hours</string>
|
||||
<string name="thisWeek">This week</string>
|
||||
<string name="secondsAgo">seconds ago</string>
|
||||
<string name="reset_status">Reset status</string>
|
||||
|
||||
<!-- Conversations List-->
|
||||
<string name="nc_new_mention">Unread mentions</string>
|
||||
|
Loading…
Reference in New Issue
Block a user