mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 04:55:29 +03:00
parent
4d1736dac4
commit
9b6cec3b57
3 changed files with 8 additions and 8 deletions
|
@ -22,17 +22,19 @@
|
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/bottom_buttons_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="64dp"
|
||||
android:layout_height="48dp"
|
||||
android:alpha="0.7"
|
||||
android:animateLayoutChanges="true"
|
||||
android:gravity="bottom"
|
||||
android:layout_gravity="bottom"
|
||||
android:orientation="horizontal"
|
||||
android:visibility="gone">
|
||||
android:visibility="visible">
|
||||
|
||||
<Button
|
||||
android:id="@+id/clear_button"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="0.6"
|
||||
android:background="@color/nc_darkRed"
|
||||
android:text="@string/nc_contacts_clear"
|
||||
|
@ -41,8 +43,9 @@
|
|||
|
||||
<Button
|
||||
android:id="@+id/done_button"
|
||||
style="?android:attr/borderlessButtonStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="0.4"
|
||||
android:background="@color/nc_darkGreen"
|
||||
android:text="@string/nc_contacts_done"
|
||||
|
|
|
@ -46,9 +46,6 @@
|
|||
|
||||
<include
|
||||
layout="@layout/bottom_buttons"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="32dp"
|
||||
android:layout_gravity="bottom"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<include layout="@layout/fast_scroller"/>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="64dp"
|
||||
android:layout_height="48dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
</LinearLayout>
|
Loading…
Reference in a new issue