poprawiono przycisk add
This commit is contained in:
parent
c2a0c7b229
commit
e8d7bc2c91
@ -150,17 +150,18 @@
|
|||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/imgAddNote"
|
android:id="@+id/AddNote"
|
||||||
android:layout_width="@dimen/_40sdp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="@dimen/_40sdp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginEnd="@dimen/_30sdp"
|
android:layout_gravity="bottom|end"
|
||||||
|
android:layout_marginEnd="28dp"
|
||||||
|
android:layout_marginBottom="20dp"
|
||||||
android:background="@drawable/add_button"
|
android:background="@drawable/add_button"
|
||||||
android:src="@drawable/ic_baseline_add_24"
|
|
||||||
android:contentDescription="@string/app_name"
|
android:contentDescription="@string/app_name"
|
||||||
android:padding="@dimen/_5sdp"
|
android:padding="@dimen/_5sdp"
|
||||||
|
android:src="@drawable/ic_baseline_add_24"
|
||||||
app:layout_constraintBottom_toTopOf="@id/QuickActions"
|
app:layout_constraintBottom_toTopOf="@id/QuickActions"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="@id/QuickActions"
|
|
||||||
app:tint="@color/colorPrimary" />
|
app:tint="@color/colorPrimary" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user