5656 android : layout_width =" match_parent"
5757 android : layout_height =" wrap_content"
5858 android : text =" @string/read"
59- android : textAlignment =" center" />
59+ android : textAlignment =" center"
60+ style =" @style/Widget.AppCompat.Button.Colored" />
6061
6162 <Button
6263 android : id =" @+id/btnWrite"
6364 android : layout_width =" match_parent"
6465 android : layout_height =" wrap_content"
65- android : text =" @string/write" />
66+ android : text =" @string/write"
67+ style =" @style/Widget.AppCompat.Button.Colored" />
6668
6769 <Button
6870 android : id =" @+id/btnBrowse"
6971 android : layout_width =" match_parent"
7072 android : layout_height =" wrap_content"
7173 android : text =" @string/browse"
72- android : textAlignment =" center" />
74+ android : textAlignment =" center"
75+ style =" @style/Widget.AppCompat.Button.Colored" />
7376
7477 <Button
7578 android : id =" @+id/btnSubscribe"
7679 android : layout_width =" match_parent"
7780 android : layout_height =" wrap_content"
7881 android : text =" @string/subscribe"
79- android : textAlignment =" center" />
82+ android : textAlignment =" center"
83+ style =" @style/Widget.AppCompat.Button.Colored" />
8084
8185 <Button
8286 android : id =" @+id/btnMonitoring"
8387 android : layout_width =" match_parent"
8488 android : layout_height =" wrap_content"
85- android : text =" @string/monitoraggio" />
89+ android : text =" @string/monitoraggio"
90+ style =" @style/Widget.AppCompat.Button.Colored" />
8691
8792</LinearLayout >
0 commit comments