|
@@ -44,33 +44,33 @@
|
|
|
android:layout_marginLeft="8.5dp"
|
|
|
android:layout_marginRight="8.5dp">
|
|
|
|
|
|
- <Button
|
|
|
- android:id="@+id/button1"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_horizontal"
|
|
|
- android:background="@drawable/button1"
|
|
|
- android:layout_marginTop="50dp"
|
|
|
- android:text="Button" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/imageView"
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/imageButton"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- app:srcCompat="@drawable/key" />
|
|
|
+ android:background="@drawable/button1"
|
|
|
+ android:drawableStart="@drawable/key"
|
|
|
+ android:drawableLeft="@drawable/key"
|
|
|
+ android:drawablePadding="50dp"
|
|
|
+ android:onClick="buttonBanksClick"
|
|
|
+ />
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/button2"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="Button"
|
|
|
android:background="@drawable/button2"
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
- android:layout_marginTop="50dp"/>
|
|
|
+ android:layout_marginTop="50dp"
|
|
|
+ android:onClick="buttonkyrsClick"
|
|
|
+ />
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/button3"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="Button"
|
|
|
android:background="@drawable/button3"
|