|
@@ -52,7 +52,8 @@
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:background="@drawable/kursval2"/>
|
|
|
|
|
|
+ android:background="@drawable/kursval2"
|
|
|
|
+ android:onClick="buttonCoursesClick"/>
|
|
|
|
|
|
<Button
|
|
<Button
|
|
android:layout_marginTop="60dp"
|
|
android:layout_marginTop="60dp"
|
|
@@ -60,6 +61,21 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/kn1"/>
|
|
android:background="@drawable/kn1"/>
|
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="200dp"
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:text="text"
|
|
|
|
+ android:textColor="@color/colorPrimaryDark"
|
|
|
|
+ android:textSize="50sp"
|
|
|
|
+ android:onClick="buttonBanksClick"
|
|
|
|
+ android:background="@drawable/kursval2"
|
|
|
|
+ />
|
|
|
|
+
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|