28 lines
923 B
XML
28 lines
923 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#000000"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<com.kofax.kmc.kui.uicontrols.ImgReviewEditCntrl
|
|
id="@+id/iv_review"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
<LinearLayout
|
|
gravity="end"
|
|
background="#cd000000"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_alignParentBottom="true">
|
|
<TextView
|
|
textColor="#ffffff"
|
|
gravity="center"
|
|
id="@+id/tv_done"
|
|
layout_width="wrap_content"
|
|
layout_height="50dp"
|
|
text="@string/auto_kofax_review_zoom_done"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017927"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|