6.7.0 - Alpha19 - Fine tuning
This commit is contained in:
@@ -103,8 +103,7 @@
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:paddingHorizontal="4dp">
|
||||
android:layout_weight="1">
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/recycler"
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
android:scrollbarDefaultDelayBeforeFade="600"
|
||||
android:scrollbarFadeDuration="500"
|
||||
android:scrollbars="vertical" />
|
||||
|
||||
</org.autojs.autojs.theme.widget.ThemeColorSwipeRefreshLayout>
|
||||
|
||||
<TextView
|
||||
@@ -36,5 +35,4 @@
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible"
|
||||
tools:text="@string/text_retrieving_plugin_list_data" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
android:padding="2dp"
|
||||
android:layout_gravity="start|center_vertical"
|
||||
tools:src="@drawable/ic_simple_file"
|
||||
app:tint="?android:attr/textColorSecondary" />
|
||||
app:tint="@color/day_night_alpha_60" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -30,19 +30,21 @@
|
||||
android:id="@+id/title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxLines="1"
|
||||
android:ellipsize="middle"
|
||||
tools:text="test-116_v1.0.5.apk"
|
||||
android:textSize="16sp" />
|
||||
android:maxLines="1"
|
||||
android:textColor="@color/day_night"
|
||||
android:textSize="16sp"
|
||||
tools:text="test-116_v1.0.5.apk" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/subtitle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxLines="3"
|
||||
android:alpha="0.75"
|
||||
android:ellipsize="end"
|
||||
tools:text="2026-02-06 21:45:55 | 21.93 MiB\n/storage/emulated/0/Scripts/test-116_v1.0.5.apk"
|
||||
android:maxLines="3"
|
||||
android:textColor="@color/day_night_alpha_70"
|
||||
android:textSize="12sp"
|
||||
android:alpha="0.75" />
|
||||
tools:text="2026-02-06 21:45:55 | 21.93 MiB\n/storage/emulated/0/Scripts/test-116_v1.0.5.apk" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user