Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-03-05 21:25:23 +01:00
parent 4d1736dac4
commit 9b6cec3b57
3 changed files with 8 additions and 8 deletions

View file

@ -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"

View file

@ -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"/>

View file

@ -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>