diff --git a/app/src/main/res/layout/activity_remote_book.xml b/app/src/main/res/layout/activity_remote_book.xml index 55fc04f3c..ed942a2cc 100644 --- a/app/src/main/res/layout/activity_remote_book.xml +++ b/app/src/main/res/layout/activity_remote_book.xml @@ -36,4 +36,9 @@ + \ No newline at end of file diff --git a/app/src/main/res/layout/item_remote_book.xml b/app/src/main/res/layout/item_remote_book.xml index f98be731a..06c2b5488 100644 --- a/app/src/main/res/layout/item_remote_book.xml +++ b/app/src/main/res/layout/item_remote_book.xml @@ -1,91 +1,104 @@ - + android:layout_height="60dp" + android:background="?attr/selectableItemBackground" + android:orientation="horizontal" + android:baselineAligned="false"> - + + + + + + - - - - - - - - - - - - - + android:layout_height="match_parent" + android:layout_weight="1" + android:paddingTop="5dp" + android:paddingBottom="5dp" + android:orientation="vertical"> - - - - - - - - - + + - - - - - + - - - - - - - - - + - - - - - - - - + + - - - - \ No newline at end of file + + + + + \ No newline at end of file