|
|
|
@ -23,8 +23,7 @@
|
|
|
|
|
android:layout_below="@id/divider"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_alignParentEnd="true"
|
|
|
|
|
android:layout_alignParentRight="true" />
|
|
|
|
|
android:layout_alignParentEnd="true" />
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
|
|
|
@ -34,9 +33,7 @@
|
|
|
|
|
android:text="@android:string/cancel"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_toLeftOf="@id/ok_button"
|
|
|
|
|
android:paddingEnd="@dimen/keyline_first"
|
|
|
|
|
android:paddingRight="@dimen/keyline_first"
|
|
|
|
|
android:layout_toStartOf="@id/ok_button" />
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|