Skip to content

Commit 01e11bf

Browse files
committed
Bugfix
1 parent 335a809 commit 01e11bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/res/layout/activity_test.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
android:id="@+id/add"
3434
android:layout_width="match_parent"
3535
android:layout_height="48dp"
36-
android:background="?selectableItemBackgroundBorderless"
36+
android:background="?selectableItemBackground"
3737
app:srcCompat="@drawable/ic_round_add_24" />
3838

3939
<TextView
@@ -89,7 +89,6 @@
8989
<TextView
9090
android:layout_width="match_parent"
9191
android:layout_height="48dp"
92-
android:background="?selectableItemBackground"
9392
android:drawablePadding="12dp"
9493
android:gravity="center_vertical"
9594
android:paddingStart="12dp"

0 commit comments

Comments
 (0)