Skip to content

Commit

Permalink
UI Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Electric1447 committed Jun 1, 2020
1 parent 9dc3576 commit 2a535ff
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
/build
/release
7 changes: 5 additions & 2 deletions app/src/main/res/layout/item_homebrew.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/homebrew_padding_large"
android:layout_marginTop="@dimen/homebrew_padding_medium"
android:layout_marginTop="@dimen/homebrew_padding_small"
android:layout_marginRight="@dimen/homebrew_padding_large"
android:layout_marginBottom="@dimen/homebrew_padding_medium"
android:background="@color/colorPrimary"
Expand All @@ -23,12 +23,12 @@
android:id="@+id/image"
android:layout_width="@dimen/homebrew_icon_size"
android:layout_height="@dimen/homebrew_icon_size"
android:layout_marginTop="@dimen/homebrew_padding_small"
android:src="@mipmap/ic_launcher" />

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="-4dp"
android:paddingLeft="@dimen/homebrew_item_inner_padding">

<TextView
Expand All @@ -54,6 +54,7 @@
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:paddingLeft="4dp"
android:paddingTop="2dp"
android:text="(04-20-2020)"
android:textColor="@color/colorAccent"
android:textSize="12sp" />
Expand Down Expand Up @@ -83,6 +84,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/textview_author"
android:layout_alignParentLeft="true"
android:layout_marginRight="36dp"
android:maxLines="3"
android:paddingTop="4dp"
android:text="Description"
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/layout/item_plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
android:layout_height="wrap_content"
android:layout_below="@+id/textview_date"
android:layout_alignParentRight="true"
android:paddingTop="2dp"
android:text="42060 DLs"
android:textColor="@color/colorAccent"
android:textSize="12sp" />
Expand All @@ -70,6 +71,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/textview_author"
android:layout_alignParentLeft="true"
android:layout_marginRight="36dp"
android:maxLines="3"
android:paddingTop="4dp"
android:text="Description"
Expand Down

0 comments on commit 2a535ff

Please sign in to comment.