Skip to content

Commit

Permalink
Minor layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Apr 11, 2020
1 parent 2dfae72 commit ce53608
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions library/src/main/res/layout/item_stats.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:background="?selectableItemBackground"
android:clipChildren="false"
android:clipToPadding="false"
android:gravity="center_vertical"
android:orientation="horizontal"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:background="?selectableItemBackground">
android:paddingBottom="8dp">

<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/stat_icon"
Expand Down

0 comments on commit ce53608

Please sign in to comment.