From e1dfbd0c99bae9ed599d1826d8292e06410dd587 Mon Sep 17 00:00:00 2001 From: Joakim Lundborg Date: Tue, 25 Sep 2018 20:54:06 +0200 Subject: Clean paths (#425) * Clean path display This removes slashes from end of directories in the label, and the start and end slash of the item headline. * Item icon alignment Change icon alignment to bottom, which makes the display look cleaner when there is no path. --- .../zeapo/pwdstore/utils/EntryRecyclerAdapter.java | 3 +- app/src/main/res/layout/password_row_layout.xml | 88 ++++++++++++---------- 2 files changed, 50 insertions(+), 41 deletions(-) (limited to 'app') diff --git a/app/src/main/java/com/zeapo/pwdstore/utils/EntryRecyclerAdapter.java b/app/src/main/java/com/zeapo/pwdstore/utils/EntryRecyclerAdapter.java index f1d2c36b..b43b2e2d 100644 --- a/app/src/main/java/com/zeapo/pwdstore/utils/EntryRecyclerAdapter.java +++ b/app/src/main/java/com/zeapo/pwdstore/utils/EntryRecyclerAdapter.java @@ -101,13 +101,12 @@ public abstract class EntryRecyclerAdapter extends RecyclerView.Adapter - - - - - + android:orientation="horizontal"> + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3