Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Sep 27, 2019
1 parent c6ac2e0 commit bd769f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/src/main/res/layout/bookmark_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@
android:layout_width="@dimen/library_item_row_height"
android:layout_height="@dimen/library_item_row_height"
android:layout_gravity="center_vertical|end"
android:layout_marginEnd="10dp"
android:duplicateParentState="true"
android:focusable="false"
android:focusableInTouchMode="false"
android:padding="@dimen/library_icon_padding_max"
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/layout/history_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@
android:layout_width="@dimen/library_item_row_height"
android:layout_height="@dimen/library_item_row_height"
android:layout_gravity="center_vertical|end"
android:layout_marginEnd="10dp"
android:duplicateParentState="true"
android:focusable="false"
android:focusableInTouchMode="false"
android:padding="@dimen/library_icon_padding_max"
Expand Down

0 comments on commit bd769f0

Please sign in to comment.