Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit e088320

Browse files
committed
Fix key list item selection
1 parent 4a64f01 commit e088320

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:layout_width="wrap_content"
3+
android:layout_width="match_parent"
44
android:layout_height="wrap_content"
5-
android:orientation="horizontal">
5+
android:orientation="horizontal"
6+
android:background="?android:attr/selectableItemBackground">
67

78
<TextView
89
android:id="@+id/file_name"

0 commit comments

Comments
 (0)