Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
TalbotGooday committed Jul 19, 2021
1 parent 335a809 commit 01e11bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/activity_test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
android:id="@+id/add"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="?selectableItemBackgroundBorderless"
android:background="?selectableItemBackground"
app:srcCompat="@drawable/ic_round_add_24" />

<TextView
Expand Down Expand Up @@ -89,7 +89,6 @@
<TextView
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="?selectableItemBackground"
android:drawablePadding="12dp"
android:gravity="center_vertical"
android:paddingStart="12dp"
Expand Down

0 comments on commit 01e11bf

Please sign in to comment.