mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-01 08:05:08 -04:00
21 lines
865 B
XML
21 lines
865 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_marginTop="-45dip"
|
|
android:padding="0dip"
|
|
android:layout_alignParentBottom="true"
|
|
android:gravity="bottom|left"
|
|
android:background="@android:drawable/bottom_bar"
|
|
android:layout_height="fill_parent"
|
|
android:layout_width="fill_parent">
|
|
<Button
|
|
android:id="@+id/cancel"
|
|
android:text="@string/cancel_action"
|
|
android:minWidth="@dimen/button_minWidth"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_marginBottom="-4dip"
|
|
android:layout_alignParentLeft="true"
|
|
android:layout_centerVertical="false"
|
|
/>
|
|
</RelativeLayout>
|