|
@@ -42,7 +42,10 @@
|
|
|
app:layout_constraintRight_toLeftOf="@+id/edit"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
+ <!--TODO : Remove enabled and drawableTint after implement this function-->
|
|
|
<Button
|
|
|
+ android:drawableTint="@color/brown_grey"
|
|
|
+ android:enabled="false"
|
|
|
android:id="@+id/edit"
|
|
|
android:layout_width="96dp"
|
|
|
android:layout_height="36dp"
|