what-the-bank/resources/res/layout/2131558676.xml

58 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<View
id="@+id/top"
background="#000000"
layout_width="match_parent"
layout_height="80dp"/>
<FrameLayout
background="#66000000"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<com.lyft.android.scissors.CropView
id="@+id/crop_view"
layout_width="match_parent"
layout_height="match_parent"
NOT_FOUND_0xf="2.5"/>
<TextView
layout_gravity="center_horizontal"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/merchant_move_scale"
style="@style/2132017902"/>
</FrameLayout>
<RelativeLayout
background="#000000"
layout_width="match_parent"
layout_height="80dp"
layout_alignParentBottom="true">
<Button
id="@+id/button_cancel"
background="@null"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/merchant_cancel"
layout_below="@+id/line"
layout_centerVertical="true"
textAllCaps="false"
style="@style/2132017900"/>
<Button
id="@+id/button_use"
background="@null"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/merchant_use_photo"
layout_below="@+id/line"
layout_alignParentRight="true"
layout_centerVertical="true"
textAllCaps="false"
layout_marginEnd="8dp"
style="@style/2132017900"/>
</RelativeLayout>
</LinearLayout>