Skip to content

Commit

Permalink
Remove pencil from edit manga cover
Browse files Browse the repository at this point in the history
Move reset tags to the bottom
  • Loading branch information
Jays2Kings committed Jan 28, 2020
1 parent 872f531 commit 32c5864
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 30 deletions.
7 changes: 0 additions & 7 deletions app/src/main/res/drawable/ic_edit_outlined_white_24dp.xml

This file was deleted.

31 changes: 8 additions & 23 deletions app/src/main/res/layout/edit_manga_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,6 @@
android:contentDescription="@string/description_cover"
android:background="@drawable/image_border_background"
android:src="@mipmap/ic_launcher"/>

<FrameLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:layout_gravity="end|bottom"
android:layout_marginEnd="4dp"
android:layout_marginBottom="4dp">
<ImageView
android:layout_width="32dp"
android:layout_height="32dp"
android:layout_gravity="center"
android:src="@drawable/ic_edit_outlined_white_24dp"/>
</FrameLayout>
</FrameLayout>

<EditText
Expand Down Expand Up @@ -77,15 +63,6 @@
android:inputType="text|textMultiLine"
android:scrollHorizontally="false" />

<Button
android:id="@+id/reset_tags"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:text="@string/reset_tags" />

<me.gujun.android.taggroup.TagGroup
android:id="@+id/manga_genres_tags"
style="@style/TagGroup"
Expand All @@ -105,6 +82,14 @@
app:atg_borderColor="@color/md_blue_A400"
app:atg_textColor="@color/md_blue_A400" />

<Button
android:id="@+id/reset_tags"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
android:layout_marginStart="16dp"
android:text="@string/reset_tags" />

<View
android:layout_width="match_parent"
android:layout_height="1dp"
Expand Down

0 comments on commit 32c5864

Please sign in to comment.