|
19 | 19 | android:layout_marginTop="8dp"
|
20 | 20 | android:onClick="continueSession"
|
21 | 21 | android:text="@string/Main_btn_Resume_Session"
|
| 22 | + android:drawableStart="@drawable/ic_play_arrow_white_24dp" |
| 23 | + style="@style/Widget.AppCompat.Button.Colored" |
22 | 24 | app:layout_constraintHorizontal_bias="0.0"
|
23 | 25 | app:layout_constraintLeft_toLeftOf="parent"
|
24 | 26 | app:layout_constraintRight_toRightOf="parent"
|
|
33 | 35 | android:layout_marginTop="8dp"
|
34 | 36 | android:onClick="showTrainer"
|
35 | 37 | android:text="@string/Main_btn_New_Session"
|
| 38 | + android:drawableStart="@drawable/ic_send_white_24dp" |
| 39 | + style="@style/Widget.AppCompat.Button.Colored" |
36 | 40 | app:layout_constraintHorizontal_bias="0.0"
|
37 | 41 | app:layout_constraintLeft_toLeftOf="parent"
|
38 | 42 | app:layout_constraintRight_toRightOf="parent"
|
|
47 | 51 | android:layout_marginTop="8dp"
|
48 | 52 | android:onClick="showEditTable"
|
49 | 53 | android:text="@string/Main_btn_Edit_List"
|
| 54 | + android:drawableStart="@drawable/ic_edit_white_24dp" |
| 55 | + style="@style/Widget.AppCompat.Button.Colored" |
50 | 56 | app:layout_constraintLeft_toLeftOf="parent"
|
51 | 57 | app:layout_constraintRight_toRightOf="parent"
|
52 | 58 | app:layout_constraintTop_toBottomOf="@+id/bNewTable" />
|
|
60 | 66 | android:layout_marginTop="8dp"
|
61 | 67 | android:onClick="showNewTable"
|
62 | 68 | android:text="@string/Main_btn_New_List"
|
| 69 | + style="@style/Widget.AppCompat.Button.Colored" |
63 | 70 | app:layout_constraintLeft_toLeftOf="parent"
|
64 | 71 | app:layout_constraintRight_toRightOf="parent"
|
65 | 72 | app:layout_constraintTop_toBottomOf="@+id/bTrainerEnter" />
|
|
73 | 80 | android:layout_marginTop="8dp"
|
74 | 81 | android:onClick="showDeleteTable"
|
75 | 82 | android:text="@string/Main_btn_Delete_List"
|
| 83 | + style="@style/Widget.AppCompat.Button.Colored" |
76 | 84 | app:layout_constraintHorizontal_bias="0.0"
|
77 | 85 | app:layout_constraintLeft_toLeftOf="parent"
|
78 | 86 | app:layout_constraintRight_toRightOf="parent"
|
|
87 | 95 | android:layout_marginRight="8dp"
|
88 | 96 | android:onClick="showAbout"
|
89 | 97 | android:text="@string/Main_btn_About"
|
| 98 | + android:drawableStart="@drawable/ic_info_outline_white_24dp" |
| 99 | + style="@style/Widget.AppCompat.Button.Colored" |
90 | 100 | app:layout_constraintBottom_toBottomOf="parent"
|
91 | 101 | app:layout_constraintLeft_toLeftOf="parent"
|
92 | 102 | app:layout_constraintRight_toRightOf="parent" />
|
|
100 | 110 | android:layout_marginTop="8dp"
|
101 | 111 | android:onClick="showExport"
|
102 | 112 | android:text="@string/Main_btn_Export"
|
| 113 | + android:drawableStart="@drawable/ic_file_upload_white_24dp" |
| 114 | + style="@style/Widget.AppCompat.Button.Colored" |
103 | 115 | app:layout_constraintLeft_toLeftOf="parent"
|
104 | 116 | app:layout_constraintRight_toRightOf="parent"
|
105 | 117 | app:layout_constraintTop_toBottomOf="@+id/bDeleteTable" />
|
|
113 | 125 | android:layout_marginTop="8dp"
|
114 | 126 | android:onClick="showImport"
|
115 | 127 | android:text="@string/Main_btn_Import"
|
| 128 | + android:drawableStart="@drawable/ic_file_download_white_24dp" |
| 129 | + style="@style/Widget.AppCompat.Button.Colored" |
116 | 130 | app:layout_constraintVertical_bias="0"
|
117 | 131 | app:layout_constraintBottom_toTopOf="@+id/button"
|
118 | 132 | app:layout_constraintLeft_toLeftOf="parent"
|
|
0 commit comments