|
41 | 41 | android:padding="9dp" |
42 | 42 | android:src="@drawable/ic_back" |
43 | 43 | android:visibility="visible" /> |
| 44 | + <!-- +++++++++++++++++++ "Brett Tech Networking ++++++++++++++++++ --> |
| 45 | + <TextView |
| 46 | + android:id="@+id/textView_EditNotes" |
| 47 | + android:layout_width="match_parent" |
| 48 | + android:layout_height="wrap_content" |
| 49 | + android:layout_marginTop="@dimen/_15sdp" |
| 50 | + android:text="@string/brett_tech_networking" |
| 51 | + android:gravity="center" |
| 52 | + android:textColor="@color/white" |
| 53 | + /> |
44 | 54 | </RelativeLayout> |
45 | 55 | </Toolbar> |
46 | 56 |
|
|
77 | 87 | android:textOff="" |
78 | 88 | android:textOn="" |
79 | 89 | android:layout_marginHorizontal="5dp" |
80 | | - |
81 | 90 | /> |
82 | 91 |
|
83 | | - |
84 | 92 | <androidx.appcompat.widget.AppCompatToggleButton |
85 | 93 | android:id="@+id/underlinebutton" |
86 | 94 | android:layout_width="30dp" |
|
92 | 100 | android:textOff="" |
93 | 101 | android:textOn="" |
94 | 102 | android:layout_marginHorizontal="5dp" |
95 | | - |
96 | 103 | /> |
97 | 104 | </Toolbar> |
98 | 105 |
|
|
131 | 138 | app:layout_constraintBottom_toTopOf="@id/rv_media" |
132 | 139 | /> |
133 | 140 |
|
134 | | - |
135 | | -<!-- <EditText--> |
136 | | -<!-- android:id="@+id/editText_notes"--> |
137 | | -<!-- android:layout_width="match_parent"--> |
138 | | -<!-- android:layout_height="wrap_content"--> |
139 | | -<!-- android:layout_marginStart="@dimen/_25sdp"--> |
140 | | -<!-- android:layout_marginTop="@dimen/_15sdp"--> |
141 | | -<!-- android:layout_marginEnd="@dimen/_12sdp"--> |
142 | | -<!-- android:background="@null"--> |
143 | | -<!-- android:hint="@string/add_notes"--> |
144 | | -<!-- android:importantForAutofill="no"--> |
145 | | -<!-- android:includeFontPadding="false"--> |
146 | | -<!-- android:inputType="textMultiLine"--> |
147 | | -<!-- android:padding="8dp"--> |
148 | | -<!-- android:paddingTop="@dimen/_8sdp"--> |
149 | | -<!-- android:paddingBottom="@dimen/_8sdp"--> |
150 | | -<!-- android:textColor="@color/white"--> |
151 | | -<!-- android:textColorHint="@color/white"--> |
152 | | -<!-- android:textSize="18sp"--> |
153 | | -<!-- android:textStyle="normal"--> |
154 | | -<!-- --> |
155 | | -<!-- app:layout_constraintEnd_toEndOf="parent"--> |
156 | | -<!-- app:layout_constraintStart_toStartOf="parent"--> |
157 | | -<!-- app:layout_constraintTop_toBottomOf="@+id/editText_title"--> |
158 | | -<!-- />--> |
159 | | - |
160 | 141 | <View |
161 | 142 | android:id="@+id/editNoteIndicator" |
162 | 143 | android:layout_width="10dp" |
|
177 | 158 | app:layout_constraintStart_toStartOf="parent" |
178 | 159 | app:layout_constraintEnd_toEndOf="parent" |
179 | 160 | app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" |
180 | | - app:layout_constraintBottom_toTopOf="@+id/textView_EditNotes" |
181 | | - |
| 161 | + app:layout_constraintBottom_toTopOf="@+id/layout_miscellaneous" |
182 | 162 | android:layout_marginEnd="10dp" |
183 | 163 | /> |
184 | | - |
185 | | - <TextView |
| 164 | + <!-- Footer "Brett Tech Networking 2023 --> |
| 165 | + <!-- <TextView |
186 | 166 | android:id="@+id/textView_EditNotes" |
187 | 167 | android:layout_width="match_parent" |
188 | | - android:layout_height="0dp" |
| 168 | + android:layout_height="wrap_content" |
189 | 169 | android:layout_weight="1" |
190 | 170 | android:text="@string/brett_tech_networking_2023" |
191 | 171 | android:textAlignment="center" |
192 | 172 | android:textColor="@color/white" |
193 | | - app:layout_constraintBottom_toTopOf="@id/layout_miscellaneous" |
| 173 | + app:layout_constraintBottom_toTopOf="@id/rv_media" |
194 | 174 | app:layout_constraintEnd_toEndOf="parent" |
195 | 175 | app:layout_constraintStart_toStartOf="parent" |
196 | | - /> |
| 176 | + />--> |
197 | 177 |
|
198 | 178 | <include |
199 | 179 | android:id="@+id/layout_miscellaneous" |
|
204 | 184 | app:layout_constraintEnd_toEndOf="parent" |
205 | 185 | app:layout_constraintStart_toStartOf="parent" /> |
206 | 186 |
|
| 187 | + |
207 | 188 | <com.nambimobile.widgets.efab.ExpandableFabLayout |
208 | 189 | android:id="@+id/expandable_fab_layout" |
209 | 190 | android:layout_width="match_parent" |
210 | 191 | android:layout_height="0dp" |
211 | | - android:layout_marginStart="16dp" |
212 | 192 | android:layout_marginTop="16dp" |
213 | | - android:layout_marginEnd="16dp" |
214 | 193 | android:layout_marginBottom="-120dp" |
| 194 | + app:layout_constraintBottom_toTopOf="@id/layout_miscellaneous" |
215 | 195 | app:layout_constraintTop_toTopOf="parent" |
216 | | - app:layout_constraintBottom_toTopOf="@id/layout_miscellaneous"> |
| 196 | + app:layout_constraintVertical_bias="0.0" |
| 197 | + tools:layout_editor_absoluteX="16dp"> |
217 | 198 |
|
218 | 199 | <com.nambimobile.widgets.efab.ExpandableFab |
219 | 200 | android:id="@+id/expandable_fab" |
|
227 | 208 | app:efab_iconAnimationRotationDeg="-225" /> |
228 | 209 |
|
229 | 210 |
|
230 | | - |
231 | 211 | <com.nambimobile.widgets.efab.FabOption |
232 | 212 | android:id="@+id/fab_picture" |
233 | 213 | android:layout_width="wrap_content" |
|
0 commit comments