6.6.1 - Alpha2 - 恢复日志活动窗口单个条目文本内容的双击或长按选择功能

This commit is contained in:
SuperMonster003
2024-12-24 23:56:27 +08:00
parent a6e197c0b6
commit 9005a2522c
5 changed files with 6 additions and 12 deletions

View File

@@ -7,8 +7,6 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/log_list"
android:clickable="false"
android:longClickable="false"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textIsSelectable="true"
android:textSize="15sp" />