11<?xml version =" 1.0" encoding =" utf-8" ?>
22
3-
4- <RelativeLayout
5- xmlns : android =" http://schemas.android.com/apk/res/android"
6- xmlns : tools =" http://schemas.android.com/tools"
7- android : layout_width =" match_parent"
8- android : layout_height =" match_parent"
9- tools : context =" com.example.documentscanner.MainActivity" >
3+ <RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
4+ xmlns : tools =" http://schemas.android.com/tools"
5+ android : layout_width =" match_parent"
6+ android : layout_height =" match_parent"
7+ tools : context =" com.example.documentscanner.MainActivity" >
108
119 <Button
12- android : id =" @+id/btnPick"
13- android : layout_width =" wrap_content"
14- android : layout_height =" wrap_content"
15- android : text =" Pick an Image"
16- android : padding =" 50dp"
17- android : layout_centerInParent =" true" />
10+ android : id =" @+id/btnPick"
11+ android : layout_width =" wrap_content"
12+ android : layout_height =" wrap_content"
13+ android : layout_centerInParent =" true"
14+ android : padding =" 50dp"
15+ android : text =" Pick an Image"
16+ android : textAllCaps =" false" />
1817
1918 <ImageView
20- android : id =" @+id/imgBitmap"
21- android : layout_width = " match_parent " android : layout_height =" match_parent"
22- android : visibility = " gone "
23- />
19+ android : id =" @+id/imgBitmap"
20+ android : layout_width =" match_parent"
21+ android : layout_height = " match_parent "
22+ android : visibility = " gone " />
2423
2524</RelativeLayout >
0 commit comments