Changes edit/write icon

This commit is contained in:
tom79 2017-10-11 12:52:44 +02:00
parent 4b7ead3904
commit 3387f219e1
10 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 837 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -87,7 +87,7 @@
android:layout_marginLeft="10dp"
android:layout_marginStart="10dp"
android:gravity="center_horizontal|bottom"
android:src="@drawable/ic_action_edit"
android:src="@drawable/ic_edit"
android:id="@+id/header_edit_profile"
android:layout_width="20dp"
android:layout_height="20dp"

View File

@ -118,7 +118,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
app:srcCompat="@drawable/ic_action_edit" />
app:srcCompat="@drawable/ic_edit" />
</android.support.design.widget.CoordinatorLayout>

View File

@ -87,7 +87,7 @@
android:layout_marginLeft="20dp"
android:layout_marginStart="20dp"
android:gravity="center_horizontal|bottom"
android:src="@drawable/ic_action_edit"
android:src="@drawable/ic_edit"
android:id="@+id/header_edit_profile"
android:layout_width="20dp"
android:layout_height="20dp"

View File

@ -40,7 +40,7 @@
android:layout_marginStart="30dp"
android:layout_marginLeft="30dp"
android:gravity="center_vertical"
android:src="@drawable/ic_action_edit"
android:src="@drawable/ic_edit"
android:id="@+id/header_edit_profile"
android:layout_width="30dp"
android:layout_height="30dp"